Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java358 BLOCK_MODE_CBC,
368 public static final String BLOCK_MODE_CBC = "CBC"; field in KeyProperties
385 } else if (BLOCK_MODE_CBC.equalsIgnoreCase(blockMode)) { in toKeymaster()
402 return BLOCK_MODE_CBC; in fromKeymaster()
/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-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39834 field public static final String BLOCK_MODE_CBC = "CBC";