Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java273 BLOCK_MODE_CTR,
285 public static final String BLOCK_MODE_CTR = "CTR"; field in KeyProperties
301 } else if (BLOCK_MODE_CTR.equalsIgnoreCase(blockMode)) { in toKeymaster()
318 return BLOCK_MODE_CTR; in fromKeymaster()
/frameworks/base/api/
Dcurrent.txt28406 field public static final java.lang.String BLOCK_MODE_CTR = "CTR";
Dsystem-current.txt30465 field public static final java.lang.String BLOCK_MODE_CTR = "CTR";