Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v1.h56 bool InstallKeyForAppKeyToKeyring(KeyBlob &appKey);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp89 if (!InstallKeyForAppKeyToKeyring(appKey)) { in GenerateAppkey()
100 bool FscryptKeyV1::InstallKeyForAppKeyToKeyring(KeyBlob &appKey) in InstallKeyForAppKeyToKeyring() function in OHOS::StorageDaemon::FscryptKeyV1