Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java65 PURPOSE_DECRYPT,
80 public static final int PURPOSE_DECRYPT = 1 << 1; field in KeyProperties
107 case PURPOSE_DECRYPT: in toKeymaster()
125 return PURPOSE_DECRYPT; in fromKeymaster()
DAndroidKeyStoreKeyPairGeneratorSpi.java239 | 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/base/services/core/java/com/android/server/locksettings/
DManagedProfilePasswordCache.java100 keyName, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in storePassword()
DSyntheticPasswordCrypto.java171 KeyProtection.Builder builder = new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in createBlob()
DLockSettingsService.java1759 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in tieProfileLockToParent()
/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/
DRecoverableKeyGeneratorTest.java176 WRAPPING_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generatePlatformKey()
DPlatformKeyManagerTest.java180 assertEquals(KeyProperties.PURPOSE_DECRYPT, getDecryptKeyProtection().getPurposes()); in init_createsDecryptKeyWithCorrectPurposes()
594 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
DWrappedKeyTest.java206 KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
DKeySyncTaskTest.java856 WRAPPING_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
DRecoverableKeyStoreManagerTest.java1319 WRAPPING_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in generateAndroidKeyStoreKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DPlatformKeyManager.java430 new KeyProtection.Builder(KeyProperties.PURPOSE_DECRYPT) in generateAndLoadKey()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt42854 field public static final int PURPOSE_DECRYPT = 2; // 0x2