Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java316 BLOCK_MODE_CTR,
328 public static final String BLOCK_MODE_CTR = "CTR"; field in KeyProperties
344 } else if (BLOCK_MODE_CTR.equalsIgnoreCase(blockMode)) { in toKeymaster()
361 return BLOCK_MODE_CTR; in fromKeymaster()
DAndroidKeyStoreSpi.java788 } else if (KeyProperties.BLOCK_MODE_CTR.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt42827 field public static final String BLOCK_MODE_CTR = "CTR";