Searched refs:BLOCK_MODE_GCM (Results 1 – 14 of 14) 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()
94 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in storePassword()
1347 + KeyProperties.BLOCK_MODE_GCM + "/" + KeyProperties.ENCRYPTION_PADDING_NONE); in getDecryptedPasswordForTiedProfile()1944 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()1951 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in tieProfileLockToParent()1961 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
361 BLOCK_MODE_GCM,375 public static final String BLOCK_MODE_GCM = "GCM"; field in KeyProperties390 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) { in toKeymaster()407 return BLOCK_MODE_GCM; in fromKeymaster()
426 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()443 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()
153 new String[] { KeyProperties.BLOCK_MODE_GCM }, in init_createsEncryptKeyWithCorrectBlockModes()195 new String[] { KeyProperties.BLOCK_MODE_GCM }, in init_createsDecryptKeyWithCorrectBlockModes()584 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
177 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generatePlatformKey()
206 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
856 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
1531 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
91 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in setSymmetricKeyEntry()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39620 field public static final String BLOCK_MODE_GCM = "GCM";