Home
last modified time | relevance | path

Searched refs:createScryptParams (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DKeyDerivationParams.java93 public static @NonNull KeyDerivationParams createScryptParams( in createScryptParams() method in KeyDerivationParams
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotSerializerTest.java290 KeyDerivationParams.createScryptParams(SALT, MEMORY_DIFFICULTY); in createKeyChainProtectionParamsList()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySnapshotStorageTest.java200 KeyDerivationParams.createScryptParams(SALT, MEMORY_DIFFICULTY); in createTestKeyChainSnapshot()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotDeserializer.java321 keyDerivationParams = KeyDerivationParams.createScryptParams( in readKeyDerivationParams()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncTask.java352 keyDerivationParams = KeyDerivationParams.createScryptParams( in syncKeysForAgent()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt11884 …blic static android.security.keystore.recovery.KeyDerivationParams createScryptParams(@NonNull byt…