Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dhuks_master.h65 …int HdiAccessUpgradeKey(const HksBlob &oldKey, const HksParamSet *paramSet, struct HksBlob &newKey…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp299 int HuksMaster::HdiAccessUpgradeKey(const HksBlob &oldKey, const HksParamSet *paramSet, struct HksB… in HdiAccessUpgradeKey() function in OHOS::StorageDaemon::HuksMaster
891 err = HdiAccessUpgradeKey(hksIn, paramSet, hksOut); in UpgradeKey()