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/
KeyGenParameterSpecTest.java 84 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
108 KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC);
185 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
271 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
KeyProtectionTest.java 63 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CTR)
81 KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CTR);
140 new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC};
212 .setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.BLOCK_MODE_CBC)
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 274 BLOCK_MODE_GCM,
288 public static final String BLOCK_MODE_GCM = "GCM";
303 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) {
320 return BLOCK_MODE_GCM;
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 129 milliseconds