Searched refs:i_nonce (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 911 os_memcpy(nonces, auth->i_nonce, nonce_len); in dpp_derive_ke() 1058 os_memcpy(pos, auth->i_nonce, nonce_len - 1); in dpp_auth_build_req() 1069 os_memcpy(pos, auth->i_nonce, nonce_len); in dpp_auth_build_req() 1143 const u8 *r_nonce, const u8 *i_nonce, in dpp_auth_build_resp() argument 1212 if (i_nonce) { in dpp_auth_build_resp() 1218 os_memcpy(pos, i_nonce, nonce_len); in dpp_auth_build_resp() 1550 os_memcpy(auth->i_nonce, dpp_nonce_override, nonce_len); in dpp_auth_init() 1553 if (random_get_bytes(auth->i_nonce, nonce_len)) { in dpp_auth_init() 1561 if (random_get_bytes(auth->i_nonce, nonce_len)) { in dpp_auth_init() 1566 wpa_hexdump(MSG_DEBUG, "DPP: I-nonce", auth->i_nonce, nonce_len); in dpp_auth_init() [all …]
|
D | dpp.h | 245 u8 i_nonce[DPP_MAX_NONCE_LEN]; member
|