Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v1.h57 bool UninstallKeyForAppKeyToKeyring(const std::string keyId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp136 if (!UninstallKeyForAppKeyToKeyring(KeyId)) { in DeleteAppkey()
144 bool FscryptKeyV1::UninstallKeyForAppKeyToKeyring(const std::string keyId) in UninstallKeyForAppKeyToKeyring() function in OHOS::StorageDaemon::FscryptKeyV1