Home
last modified time | relevance | path

Searched refs:randomIV (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.cpp99 struct HksBlob randomIV = {NONCE_SIZE, nonce}; in WifiEncryption() local
100 int32_t ret = HksGenerateRandom(NULL, &randomIV); in WifiEncryption()