Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_encryption_util.cpp259 struct HksBlob hksKey = { length, aesKey }; in ImportKey() local
272 int32_t ret = HksImportKey(&authId, encryParamSet, &hksKey); in ImportKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp669 HksBlob hksKey = { paramSet1->paramSetSize, reinterpret_cast<uint8_t *>(paramSet1) }; in HuksHalTripleStage() local
677 int ret = HdiAccessInit(hksKey, paramSet2, hksHandle, hksToken); in HuksHalTripleStage()