Searched refs:e_nonce_len (Results 1 – 3 of 3) sorted by relevance
/hostap-3.7.0/src/common/ |
D | dpp_reconfig.c | 670 wrapped_data_len, c_nonce_len, e_nonce_len, conn_status_len; in dpp_reconfig_auth_resp_rx() local 729 DPP_ATTR_ENROLLEE_NONCE, &e_nonce_len); in dpp_reconfig_auth_resp_rx() 730 if (!e_nonce || e_nonce_len != auth->curve->nonce_len) { in dpp_reconfig_auth_resp_rx() 734 wpa_hexdump(MSG_DEBUG, "DPP: E-nonce", e_nonce, e_nonce_len); in dpp_reconfig_auth_resp_rx() 735 os_memcpy(auth->e_nonce, e_nonce, e_nonce_len); in dpp_reconfig_auth_resp_rx() 855 e_nonce_len, reconfig_flags_len, status_len; in dpp_reconfig_auth_conf_rx() local 944 DPP_ATTR_ENROLLEE_NONCE, &e_nonce_len); in dpp_reconfig_auth_conf_rx() 945 if (!e_nonce || e_nonce_len != auth->curve->nonce_len || in dpp_reconfig_auth_conf_rx() 946 os_memcmp(e_nonce, auth->e_nonce, e_nonce_len) != 0) { in dpp_reconfig_auth_conf_rx() 950 wpa_hexdump(MSG_DEBUG, "DPP: E-nonce", e_nonce, e_nonce_len); in dpp_reconfig_auth_conf_rx()
|
D | dpp.c | 1805 u16 e_nonce_len, enum dpp_netrole netrole, bool cert_req) in dpp_build_conf_resp() argument 1851 clear_len = 4 + e_nonce_len; in dpp_build_conf_resp() 1907 wpabuf_put_le16(clear, e_nonce_len); in dpp_build_conf_resp() 1908 wpabuf_put_data(clear, e_nonce, e_nonce_len - 1); in dpp_build_conf_resp() 1909 wpabuf_put_u8(clear, e_nonce[e_nonce_len - 1] ^ 0x01); in dpp_build_conf_resp() 1920 wpabuf_put_le16(clear, e_nonce_len); in dpp_build_conf_resp() 1921 wpabuf_put_data(clear, e_nonce, e_nonce_len); in dpp_build_conf_resp() 2052 u16 wrapped_data_len, e_nonce_len, config_attr_len; in dpp_conf_req_rx() local 2107 &e_nonce_len); in dpp_conf_req_rx() 2108 if (!e_nonce || e_nonce_len != auth->curve->nonce_len) { in dpp_conf_req_rx() [all …]
|
D | dpp.h | 591 u16 e_nonce_len, enum dpp_netrole netrole,
|