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

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyInfoTest.java 55 .setBlockModes(KeyProperties.BLOCK_MODE_ECB)
SecretKeyFactoryTest.java 89 new String[] {KeyProperties.BLOCK_MODE_CTR, KeyProperties.BLOCK_MODE_ECB};
KeyPairGeneratorTest.java     [all...]
KeyFactoryTest.java 100 String[] blockModes = new String[] {KeyProperties.BLOCK_MODE_ECB};
KeyGeneratorTest.java 449 .setBlockModes(KeyProperties.BLOCK_MODE_ECB)
TestUtils.java     [all...]
CipherTest.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 271 BLOCK_MODE_ECB,
279 public static final String BLOCK_MODE_ECB = "ECB";
297 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) {
314 return BLOCK_MODE_ECB;
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 61 milliseconds