Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java348 BLOCK_MODE_ECB,
356 public static final String BLOCK_MODE_ECB = "ECB"; field in KeyProperties
374 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in toKeymaster()
391 return BLOCK_MODE_ECB; in fromKeymaster()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37626 field public static final String BLOCK_MODE_ECB = "ECB";