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.java315 BLOCK_MODE_CBC,
325 public static final String BLOCK_MODE_CBC = "CBC"; field in KeyProperties
342 } else if (BLOCK_MODE_CBC.equalsIgnoreCase(blockMode)) { in toKeymaster()
359 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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt42826 field public static final String BLOCK_MODE_CBC = "CBC";