Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
DKeyChainProtectionParamsTest.java105 .setKeyDerivationParams(KeyDerivationParams.createSha256Params(SALT)) in createTestParams()
DKeyChainSnapshotTest.java189 .setKeyDerivationParams(createKeyDerivationParams()) in createKeyChainProtectionParams()
/frameworks/base/core/java/android/security/keystore/recovery/
DKeyChainProtectionParams.java192 public @NonNull Builder setKeyDerivationParams(@NonNull KeyDerivationParams in setKeyDerivationParams() method in KeyChainProtectionParams.Builder
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverySnapshotStorageTest.java202 .setKeyDerivationParams(keyDerivationParams) in createTestKeyChainSnapshot()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializerTest.java292 .setKeyDerivationParams(keyDerivationParams) in createKeyChainProtectionParamsList()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotDeserializer.java250 builder.setKeyDerivationParams(readKeyDerivationParams(parser)); in readKeyChainProtectionParams()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DKeySyncTask.java367 .setKeyDerivationParams(keyDerivationParams) in syncKeysForAgent()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java160 .setKeyDerivationParams(KeyDerivationParams.createSha256Params(TEST_SALT))
/frameworks/base/core/api/
Dsystem-current.txt12186 …roid.security.keystore.recovery.KeyChainProtectionParams.Builder setKeyDerivationParams(@NonNull a…