Lines Matching refs:c_nonce_len
447 u16 trans_id_len, version_len, i_connector_len, c_nonce_len; in dpp_reconfig_auth_req_rx() local
482 DPP_ATTR_CONFIGURATOR_NONCE, &c_nonce_len); in dpp_reconfig_auth_req_rx()
483 if (!c_nonce || c_nonce_len > DPP_MAX_NONCE_LEN) { in dpp_reconfig_auth_req_rx()
488 wpa_hexdump(MSG_DEBUG, "DPP: C-nonce", c_nonce, c_nonce_len); in dpp_reconfig_auth_req_rx()
535 os_memcpy(auth->c_nonce, c_nonce, c_nonce_len); in dpp_reconfig_auth_req_rx()
541 if (c_nonce_len != auth->curve->nonce_len) { in dpp_reconfig_auth_req_rx()
544 c_nonce_len, auth->curve->nonce_len); in dpp_reconfig_auth_req_rx()
670 wrapped_data_len, c_nonce_len, e_nonce_len, conn_status_len; in dpp_reconfig_auth_resp_rx() local
806 DPP_ATTR_CONFIGURATOR_NONCE, &c_nonce_len); in dpp_reconfig_auth_resp_rx()
807 if (!c_nonce || c_nonce_len != auth->curve->nonce_len || in dpp_reconfig_auth_resp_rx()
808 os_memcmp(c_nonce, auth->c_nonce, c_nonce_len) != 0) { in dpp_reconfig_auth_resp_rx()
812 wpa_hexdump(MSG_DEBUG, "DPP: C-nonce", c_nonce, c_nonce_len); in dpp_reconfig_auth_resp_rx()
854 u16 trans_id_len, version_len, wrapped_data_len, c_nonce_len, in dpp_reconfig_auth_conf_rx() local
935 DPP_ATTR_CONFIGURATOR_NONCE, &c_nonce_len); in dpp_reconfig_auth_conf_rx()
936 if (!c_nonce || c_nonce_len != auth->curve->nonce_len || in dpp_reconfig_auth_conf_rx()
937 os_memcmp(c_nonce, auth->c_nonce, c_nonce_len) != 0) { in dpp_reconfig_auth_conf_rx()
941 wpa_hexdump(MSG_DEBUG, "DPP: C-nonce", c_nonce, c_nonce_len); in dpp_reconfig_auth_conf_rx()