Searched refs:BLOCK_MODE_ECB (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java271 BLOCK_MODE_ECB,
279 public static final String BLOCK_MODE_ECB = "ECB"; field in class:KeyProperties
297 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) {
314 return BLOCK_MODE_ECB;

Completed in 36 milliseconds