HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_MODE_CTR (Results 1 - 6 of 6) sorted by null

  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 273 BLOCK_MODE_CTR,
285 public static final String BLOCK_MODE_CTR = "CTR";
301 } else if (BLOCK_MODE_CTR.equalsIgnoreCase(blockMode)) {
318 return BLOCK_MODE_CTR;
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java 61 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CTR)
78 KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CTR);
SecretKeyFactoryTest.java 89 new String[] {KeyProperties.BLOCK_MODE_CTR, KeyProperties.BLOCK_MODE_ECB};
CipherTest.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 159 milliseconds