Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp121 std::string keyref = prefix + ":" + keyInfo_.keyDesc.ToString(); in InstallKeyForAppKeyToKeyring() local
123 KeyCtrlAddAppAsdpKey("logon", keyref.c_str(), &fskey, krid); in InstallKeyForAppKeyToKeyring()
157 std::string keyref = prefix + ":" + keyId; in UninstallKeyForAppKeyToKeyring() local
158 key_serial_t ks = KeyCtrlSearch(krid, "logon", keyref.c_str(), 0); in UninstallKeyForAppKeyToKeyring()
362 std::string keyref = prefix + ":" + keyInfo_.keyDesc.ToString(); in InstallKeyToKeyring() local
364 KeyCtrlAddKeyEx("logon", keyref.c_str(), &fskey, krid); in InstallKeyToKeyring()
404 std::string keyref = prefix + ":" + keyInfo_.keyDesc.ToString(); in InstallEceSeceKeyToKeyring() local
406 KeyCtrlAddKeySdp("logon", keyref.c_str(), &fskey, krid); in InstallEceSeceKeyToKeyring()
497 std::string keyref = prefix + ":" + keyInfo_.keyDesc.ToString(); in UninstallKeyToKeyring() local
498 key_serial_t ks = KeyCtrlSearch(krid, "logon", keyref.c_str(), 0); in UninstallKeyToKeyring()