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.java295 BLOCK_MODE_CTR,
307 public static final String BLOCK_MODE_CTR = "CTR"; field in KeyProperties
323 } else if (BLOCK_MODE_CTR.equalsIgnoreCase(blockMode)) { in toKeymaster()
340 return BLOCK_MODE_CTR; in fromKeymaster()
DAndroidKeyStoreSpi.java788 } else if (KeyProperties.BLOCK_MODE_CTR.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
/frameworks/base/non-updatable-api/
Dcurrent.txt41242 field public static final String BLOCK_MODE_CTR = "CTR";
/frameworks/base/api/
Dcurrent.txt41386 field public static final String BLOCK_MODE_CTR = "CTR";