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

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyInfoTest.java 55 .setBlockModes(KeyProperties.BLOCK_MODE_ECB)
SecretKeyFactoryTest.java 97 new String[] {KeyProperties.BLOCK_MODE_CTR, KeyProperties.BLOCK_MODE_ECB};
ImportWrappedKeyTest.java 345 .setBlockModes(KeyProperties.BLOCK_MODE_ECB)
KeyPairGeneratorTest.java     [all...]
KeyFactoryTest.java 100 String[] blockModes = new String[] {KeyProperties.BLOCK_MODE_ECB};
KeyGeneratorTest.java 458 .setBlockModes(KeyProperties.BLOCK_MODE_ECB)
CipherTest.java     [all...]
TestUtils.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 293 BLOCK_MODE_ECB,
301 public static final String BLOCK_MODE_ECB = "ECB";
319 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) {
336 return BLOCK_MODE_ECB;
AndroidKeyStoreSpi.java     [all...]
  /prebuilts/sdk/25/
android.jar 

Completed in 150 milliseconds