Home
last modified time | relevance | path

Searched refs:BLOCK_MODE_GCM (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java72 + 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()
DRebootEscrowKeyStoreManager.java114 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateKeyStoreEncryptionKeyIfNeeded()
DUnifiedProfilePasswordCache.java95 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in storePassword()
DLockSettingsService.java1540 + 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()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java360 BLOCK_MODE_GCM,
374 public static final String BLOCK_MODE_GCM = "GCM"; field in KeyProperties
389 } else if (BLOCK_MODE_GCM.equalsIgnoreCase(blockMode)) { in toKeymaster()
406 return BLOCK_MODE_GCM; in fromKeymaster()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java429 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()
448 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndLoadKey()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java155 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()
DRecoverableKeyGeneratorTest.java177 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generatePlatformKey()
DWrappedKeyTest.java206 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
DKeySyncTaskTest.java946 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
DRecoverableKeyStoreManagerTest.java1531 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in generateAndroidKeyStoreKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DApplicationKeyStorage.java91 .setBlockModes(KeyProperties.BLOCK_MODE_GCM) in setSymmetricKeyEntry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java20 import static android.security.keystore.KeyProperties.BLOCK_MODE_GCM;
1104 .setBlockModes(BLOCK_MODE_GCM) in createSecretKey()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39837 field public static final String BLOCK_MODE_GCM = "GCM";