Searched refs:BLOCK_MODE_GCM (Results 1 – 15 of 15) sorted by relevance
66 + KeyProperties.BLOCK_MODE_GCM + "/" + KeyProperties.ENCRYPTION_PADDING_NONE); in decrypt()79 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in encrypt()172 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in createBlob()
102 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in storePassword()
1293 + KeyProperties.BLOCK_MODE_GCM + "/" + KeyProperties.ENCRYPTION_PADDING_NONE); in getDecryptedPasswordForTiedProfile()1753 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()1760 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()1770 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
317 BLOCK_MODE_GCM,331 public static final String BLOCK_MODE_GCM = "GCM"; field in KeyProperties346 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) { in toKeymaster()363 return BLOCK_MODE_GCM; in fromKeymaster()
790 } else if (KeyProperties.BLOCK_MODE_GCM.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
431 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()462 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()
89 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in setSymmetricKeyEntry()
155 new String[] { KeyProperties.BLOCK_MODE_GCM }, in init_createsEncryptKeyWithCorrectBlockModes()197 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()
857 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
1320 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
162 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in getOrCreateSecretKey()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
42829 field public static final String BLOCK_MODE_GCM = "GCM";