Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java293 BLOCK_MODE_ECB,
301 public static final String BLOCK_MODE_ECB = "ECB"; field in KeyProperties
319 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in toKeymaster()
336 return BLOCK_MODE_ECB; in fromKeymaster()
DAndroidKeyStoreSpi.java784 if (KeyProperties.BLOCK_MODE_ECB.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
/frameworks/base/api/
Dcurrent.txt40803 field public static final String BLOCK_MODE_ECB = "ECB";