Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_encryption_util.cpp164 struct HksParamSet *decryParamSet = nullptr; in WifiDecryption() local
166 HksInitParamSet(&decryParamSet); in WifiDecryption()
169 HksBuildParamSet(&decryParamSet); in WifiDecryption()
171 int32_t ret = HksKeyExist(&authId, decryParamSet); in WifiDecryption()
190 HksFreeParamSet(&decryParamSet); in WifiDecryption()
369 HksInitParamSet(decryParamSet); in DecryptParamSet()
372 HksBuildParamSet(decryParamSet); in DecryptParamSet()
375 int32_t ret = HksKeyExist(&authId, *decryParamSet); in DecryptParamSet()
438 struct HksParamSet *decryParamSet = nullptr; in WifiLoopDecrypt() local
448 ret = HksInit(&authId, decryParamSet, &handleDecrypt, nullptr); in WifiLoopDecrypt()
[all …]