Home
last modified time | relevance | path

Searched refs:nonceLength (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.cpp321 uint32_t nonceLength = 0; in EncryptParamSet() local
322 if (HexStringToVec(encryptedData.IV, nonce, AES_256_NONCE_SIZE, nonceLength) != 0) { in EncryptParamSet()
326 struct HksBlob encryptNonce = { nonceLength, nonce }; in EncryptParamSet()
350 uint32_t nonceLength = 0; in DecryptParamSet() local
351 if (HexStringToVec(encryptedData.IV, nonce, AES_256_NONCE_SIZE, nonceLength) != 0) { in DecryptParamSet()
355 struct HksBlob decryptNonce = { nonceLength, nonce }; in DecryptParamSet()