Home
last modified time | relevance | path

Searched refs:getProtectorKeyAlias (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java754 destroyProtectorKey(getProtectorKeyAlias(protectorId)); in removeUser()
1350 byte[] content = createSpBlob(getProtectorKeyAlias(protectorId), spSecret, protectorSecret, in createSyntheticPasswordBlob()
1638 spSecret = SyntheticPasswordCrypto.decryptBlobV1(getProtectorKeyAlias(protectorId), in unwrapSyntheticPasswordBlob()
1641 spSecret = decryptSpBlob(getProtectorKeyAlias(protectorId), blob.mContent, in unwrapSyntheticPasswordBlob()
1771 destroyProtectorKey(getProtectorKeyAlias(protectorId)); in destroyProtectorCommon()
1923 private String getProtectorKeyAlias(long protectorId) { in getProtectorKeyAlias() method in SyntheticPasswordManager
1992 getProtectorKeyAlias(protectorId)); in migrateKeyNamespace()
/frameworks/base/services/
Dart-wear-profile14937 PLcom/android/server/locksettings/SyntheticPasswordManager;->getProtectorKeyAlias(J)Ljava/lang/Stri…