Home
last modified time | relevance | path

Searched refs:BLOCK_MODE_CBC (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java294 BLOCK_MODE_CBC,
304 public static final String BLOCK_MODE_CBC = "CBC"; field in KeyProperties
321 } else if (BLOCK_MODE_CBC.equalsIgnoreCase(blockMode)) { in toKeymaster()
338 return BLOCK_MODE_CBC; in fromKeymaster()
DAndroidKeyStoreSpi.java786 } else if (KeyProperties.BLOCK_MODE_CBC.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
/frameworks/base/keystore/tests/src/android/security/
DParcelableKeyGenParameterSpecTest.java58 static final String BLOCK_MODE = KeyProperties.BLOCK_MODE_CBC;
/frameworks/base/non-updatable-api/
Dcurrent.txt41241 field public static final String BLOCK_MODE_CBC = "CBC";
/frameworks/base/api/
Dcurrent.txt41385 field public static final String BLOCK_MODE_CBC = "CBC";