Searched refs:EncryptKeyEx (Results 1 – 3 of 3) sorted by relevance
41 bool EncryptKeyEx(const UserAuth &auth, const KeyBlob &rnd, KeyContext &ctx);
698 bool HuksMaster::EncryptKeyEx(const UserAuth &auth, const KeyBlob &rnd, KeyContext &ctx) in EncryptKeyEx() function in OHOS::StorageDaemon::HuksMaster
453 if (!HuksMaster::GetInstance().EncryptKeyEx(auth, keyInfo_.key, keyCtx)) { in StoreKey()