HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK_MODE_GCM (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java 64 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CTR)
83 KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CTR);
143 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
215 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
KeyGenParameterSpecTest.java 85 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
110 KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC);
188 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
274 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 296 BLOCK_MODE_GCM,
310 public static final String BLOCK_MODE_GCM = "GCM";
325 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) {
342 return BLOCK_MODE_GCM;
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 307 milliseconds