Searched defs:DecryptKeyBlob (Results 1 – 4 of 4) sorted by relevance
88 bool BaseKey::DecryptKeyBlob(const UserAuth &auth, const std::string &keyPath, KeyBlob &planKey, in DecryptKeyBlob() function in BaseKey
188 static int32_t DecryptKeyBlob(const struct HksBlob *cipherKey, struct HksBlob *rawKey) in DecryptKeyBlob() function
274 static int32_t DecryptKeyBlob(const struct HksBlob *aad, struct HksParamSet *paramSet) in DecryptKeyBlob() function
924 bool BaseKey::DecryptKeyBlob(const UserAuth &auth, const std::string &keyPath, KeyBlob &planKey, in StoreKey() function in OHOS::StorageDaemon::BaseKey