Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.c892 size_t nonce_len; in dpp_derive_ke() local
910 nonce_len = auth->curve->nonce_len; in dpp_derive_ke()
911 os_memcpy(nonces, auth->i_nonce, nonce_len); in dpp_derive_ke()
912 os_memcpy(&nonces[nonce_len], auth->r_nonce, nonce_len); in dpp_derive_ke()
929 res = dpp_hmac_vector(hash_len, nonces, 2 * nonce_len, in dpp_derive_ke()
984 size_t nonce_len, in dpp_auth_build_req() argument
1056 WPA_PUT_LE16(pos, nonce_len - 1); in dpp_auth_build_req()
1058 os_memcpy(pos, auth->i_nonce, nonce_len - 1); in dpp_auth_build_req()
1059 pos += nonce_len - 1; in dpp_auth_build_req()
1067 WPA_PUT_LE16(pos, nonce_len); in dpp_auth_build_req()
[all …]
Ddpp.h145 size_t nonce_len; member
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/
Daes_wrap.h41 const u8 *nonce, size_t nonce_len,
45 const u8 *nonce, size_t nonce_len,