Searched refs:BLOCK_MODE_GCM (Results 1 – 13 of 13) sorted by relevance
64 + KeyProperties.BLOCK_MODE_GCM + "/" + KeyProperties.ENCRYPTION_PADDING_NONE); in decrypt()77 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in encrypt()164 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in createBlob()
1156 + KeyProperties.BLOCK_MODE_GCM + "/" + KeyProperties.ENCRYPTION_PADDING_NONE); in getDecryptedPasswordForTiedProfile()1551 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()1558 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()1568 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
296 BLOCK_MODE_GCM,310 public static final String BLOCK_MODE_GCM = "GCM"; field in KeyProperties325 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) { in toKeymaster()342 return BLOCK_MODE_GCM; in fromKeymaster()
790 } else if (KeyProperties.BLOCK_MODE_GCM.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
455 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()463 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()
143 new String[] { KeyProperties.BLOCK_MODE_GCM }, in init_createsEncryptKeyWithCorrectBlockModes()185 new String[] { KeyProperties.BLOCK_MODE_GCM }, in init_createsDecryptKeyWithCorrectBlockModes()595 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
177 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generatePlatformKey()
207 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
872 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
1319 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
89 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in setSymmetricKeyEntry()
246 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in getOrCreateSecretKey()
40804 field public static final String BLOCK_MODE_GCM = "GCM";