Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java358 BLOCK_MODE_ECB,
366 public static final String BLOCK_MODE_ECB = "ECB"; field in KeyProperties
384 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in toKeymaster()
401 return BLOCK_MODE_ECB; in fromKeymaster()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39619 field public static final String BLOCK_MODE_ECB = "ECB";