Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java44 PURPOSE_DECRYPT,
59 public static final int PURPOSE_DECRYPT = 1 << 1; field in KeyProperties
86 case PURPOSE_DECRYPT: in toKeymaster()
104 return PURPOSE_DECRYPT; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java240 | KeyProperties.PURPOSE_DECRYPT in initialize()
DAndroidKeyStoreSpi.java323 | KeyProperties.PURPOSE_DECRYPT in getLegacyKeyProtectionParameter()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DApplicationKeyStorage.java88 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in setSymmetricKeyEntry()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiConfigStoreEncryptionUtil.java161 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in getOrCreateSecretKey()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManagerTest.java168 assertEquals(KeyProperties.PURPOSE_DECRYPT, getDecryptKeyProtection().getPurposes()); in init_createsDecryptKeyWithCorrectPurposes()
594 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
DRecoverableKeyGeneratorTest.java176 WRAPPING_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generatePlatformKey()
DWrappedKeyTest.java206 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
DKeySyncTaskTest.java871 WRAPPING_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
DRecoverableKeyStoreManagerTest.java1318 WRAPPING_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java163 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in createBlob()
DLockSettingsService.java1609 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java442 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in generateAndLoadKey()
/frameworks/base/non-updatable-api/
Dcurrent.txt41269 field public static final int PURPOSE_DECRYPT = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt41413 field public static final int PURPOSE_DECRYPT = 2; // 0x2