Searched refs:BLOCK_MODE_GCM (Results 1 – 15 of 15) sorted by relevance
72 + KeyProperties.BLOCK_MODE_GCM + "/" + KeyProperties.ENCRYPTION_PADDING_NONE); in decrypt()85 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in encrypt()209 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in createBlob()
114 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateKeyStoreEncryptionKeyIfNeeded()
95 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in storePassword()
1540 + KeyProperties.BLOCK_MODE_GCM + "/" + KeyProperties.ENCRYPTION_PADDING_NONE); in getDecryptedPasswordForTiedProfile()2135 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()2142 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()2152 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
360 BLOCK_MODE_GCM,374 public static final String BLOCK_MODE_GCM = "GCM"; field in KeyProperties389 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) { in toKeymaster()406 return BLOCK_MODE_GCM; in fromKeymaster()
429 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()448 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()
155 new String[] { KeyProperties.BLOCK_MODE_GCM }, in init_createsEncryptKeyWithCorrectBlockModes()197 new String[] { KeyProperties.BLOCK_MODE_GCM }, in init_createsDecryptKeyWithCorrectBlockModes()598 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
177 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generatePlatformKey()
206 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
946 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
1531 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
91 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in setSymmetricKeyEntry()
20 import static android.security.keystore.KeyProperties.BLOCK_MODE_GCM;1104 .setBlockModes(BLOCK_MODE_GCM) in createSecretKey()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39837 field public static final String BLOCK_MODE_GCM = "GCM";