Searched refs:e_nonce (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 1666 if (random_get_bytes(auth->e_nonce, nonce_len)) { in dpp_build_conf_req_attr() 1670 wpa_hexdump(MSG_DEBUG, "DPP: E-nonce", auth->e_nonce, nonce_len); in dpp_build_conf_req_attr() 1695 wpabuf_put_data(clear, auth->e_nonce, nonce_len - 1); in dpp_build_conf_req_attr() 1707 wpabuf_put_data(clear, auth->e_nonce, nonce_len); in dpp_build_conf_req_attr() 4258 dpp_build_conf_resp(struct dpp_authentication *auth, const u8 *e_nonce, in dpp_build_conf_resp() argument 4306 wpabuf_put_data(clear, e_nonce, e_nonce_len - 1); in dpp_build_conf_resp() 4307 wpabuf_put_u8(clear, e_nonce[e_nonce_len - 1] ^ 0x01); in dpp_build_conf_resp() 4319 wpabuf_put_data(clear, e_nonce, e_nonce_len); in dpp_build_conf_resp() 4412 const u8 *wrapped_data, *e_nonce, *config_attr; in dpp_conf_req_rx() local 4461 e_nonce = dpp_get_attr(unwrapped, unwrapped_len, in dpp_conf_req_rx() [all …]
|
D | dpp.h | 247 u8 e_nonce[DPP_MAX_NONCE_LEN]; member
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 490 static int wps_process_enrollee_nonce(struct wps_data *wps, const u8 *e_nonce) in wps_process_enrollee_nonce() argument 492 if (e_nonce == NULL) { in wps_process_enrollee_nonce() 497 if (os_memcmp(wps->nonce_e, e_nonce, WPS_NONCE_LEN) != 0) { in wps_process_enrollee_nonce()
|
D | wps_registrar.c | 2064 static int wps_process_enrollee_nonce(struct wps_data *wps, const u8 *e_nonce) in wps_process_enrollee_nonce() argument 2066 if (e_nonce == NULL) { in wps_process_enrollee_nonce() 2071 os_memcpy(wps->nonce_e, e_nonce, WPS_NONCE_LEN); in wps_process_enrollee_nonce()
|