Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
DKeyChainProtectionParamsTest.java57 KeyDerivationParams keyDerivationParams = protParams.getKeyDerivationParams(); in build_setsKeyDerivationParams()
87 KeyDerivationParams keyDerivationParams = protParams.getKeyDerivationParams(); in writeToParcel_writesKeyDerivationParams()
DKeyChainSnapshotTest.java91 KeyDerivationParams keyDerivationParams = keyChainProtectionParams.getKeyDerivationParams(); in build_setsKeyChainProtectionParams()
158 KeyDerivationParams keyDerivationParams = keyChainProtectionParams.getKeyDerivationParams(); in writeToParcel_writesKeyChainProtectionParams()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorageTest.java189 assertKeyDerivationParamsAreEqual(a.getKeyDerivationParams(), b.getKeyDerivationParams()); in assertKeyChainProtectionParamsAreEqual()
/frameworks/base/core/java/android/security/keystore/recovery/
DKeyChainProtectionParams.java140 public @NonNull KeyDerivationParams getKeyDerivationParams() { in getKeyDerivationParams() method in KeyChainProtectionParams
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DKeySyncTaskTest.java324 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_useScryptToHashPasswordInTestMode()
359 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_useSha256ToHashPatternInProdMode()
395 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_useScryptToHashPasswordInProdMode()
527 keyChainSnapshot.getKeyChainProtectionParams().get(0).getKeyDerivationParams(); in run_sendsEncryptedKeysIfAvailableToSync_withRawPublicKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializer.java131 writeKeyDerivationParams(xmlSerializer, keyChainProtectionParams.getKeyDerivationParams()); in writeKeyChainProtectionParamsProperties()
/frameworks/base/api/
Dsystem-current.txt6940 …od @NonNull public android.security.keystore.recovery.KeyDerivationParams getKeyDerivationParams();
/frameworks/base/non-updatable-api/
Dsystem-current.txt6838 …od @NonNull public android.security.keystore.recovery.KeyDerivationParams getKeyDerivationParams();