Searched refs:r_nonce_len (Results 1 – 1 of 1) sorted by relevance
2675 size_t r_nonce_len; in dpp_auth_build_conf() local2689 r_nonce_len = 4 + auth->curve->nonce_len; in dpp_auth_build_conf()2692 4 + i_auth_len + r_nonce_len + AES_BLOCK_SIZE; in dpp_auth_build_conf()2809 wpabuf_put_le16(msg, r_nonce_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()2810 wrapped_r_nonce = wpabuf_put(msg, r_nonce_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()2817 r_nonce, r_nonce_len, in dpp_auth_build_conf()2821 wrapped_r_nonce, r_nonce_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()2957 r_proto_len, r_nonce_len, i_nonce_len, r_capab_len, in dpp_auth_resp_rx() local3123 &r_nonce_len); in dpp_auth_resp_rx()3124 if (!r_nonce || r_nonce_len != auth->curve->nonce_len) { in dpp_auth_resp_rx()[all …]