HomeSort by relevance Sort by last modified time
    Searched refs:ALGORITHM_SCRYPT (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/security/keystore/recovery/
KeyDerivationParams.java 60 @IntDef(prefix = {"ALGORITHM_"}, value = {ALGORITHM_SHA256, ALGORITHM_SCRYPT})
72 public static final int ALGORITHM_SCRYPT = 2;
96 return new KeyDerivationParams(ALGORITHM_SCRYPT, salt, memoryDifficulty);
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotSerializerTest.java 53 private static final int ALGORITHM = KeyDerivationParams.ALGORITHM_SCRYPT;
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotDeserializer.java 317 case KeyDerivationParams.ALGORITHM_SCRYPT:
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
KeySyncTaskTest.java 318 KeyDerivationParams.ALGORITHM_SCRYPT);
389 KeyDerivationParams.ALGORITHM_SCRYPT);
    [all...]

Completed in 101 milliseconds