Home
last modified time | relevance | path

Searched refs:getKeyDerivationParams (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
H A DKeyChainProtectionParamsTest.java57 KeyDerivationParams keyDerivationParams = protParams.getKeyDerivationParams(); in build_setsKeyDerivationParams()
87 KeyDerivationParams keyDerivationParams = protParams.getKeyDerivationParams(); in writeToParcel_writesKeyDerivationParams()
H A DKeyChainSnapshotTest.java91 KeyDerivationParams keyDerivationParams = keyChainProtectionParams.getKeyDerivationParams(); in build_setsKeyChainProtectionParams()
158 KeyDerivationParams keyDerivationParams = keyChainProtectionParams.getKeyDerivationParams(); in writeToParcel_writesKeyChainProtectionParams()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotSerializerTest.java115 assertThat(roundTripParams().getKeyDerivationParams().getSalt()).isEqualTo(SALT); in roundTripParams_persistsSalt()
120 assertThat(roundTripParams().getKeyDerivationParams().getAlgorithm()).isEqualTo(ALGORITHM); in roundTripParams_persistsAlgorithm()
125 assertThat(roundTripParams().getKeyDerivationParams().getMemoryDifficulty()) in roundTripParams_persistsMemoryDifficulty()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySnapshotStorageTest.java189 assertKeyDerivationParamsAreEqual(a.getKeyDerivationParams(), b.getKeyDerivationParams()); in assertKeyChainProtectionParamsAreEqual()
/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DKeyChainProtectionParams.java139 public @NonNull KeyDerivationParams getKeyDerivationParams() { in getKeyDerivationParams() method in KeyChainProtectionParams
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTaskTest.java310 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_useScryptToHashPasswordInTestMode()
345 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_useSha256ToHashPatternInProdMode()
381 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_useScryptToHashPasswordInProdMode()
513 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotSerializer.java129 writeKeyDerivationParams(xmlSerializer, keyChainProtectionParams.getKeyDerivationParams()); in writeKeyChainProtectionParamsProperties()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt11848 …od @NonNull public android.security.keystore.recovery.KeyDerivationParams getKeyDerivationParams();