Searched refs:i_auth_len (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 961 size_t i_auth_len; in dpp_auth_build_conf() local 976 i_auth_len = 4 + auth->curve->hash_len; in dpp_auth_build_conf() 980 4 + i_auth_len + r_nonce_len + AES_BLOCK_SIZE; in dpp_auth_build_conf() 1048 i_auth_len = 0; in dpp_auth_build_conf() 1066 wpabuf_put_le16(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf() 1067 wrapped_i_auth = wpabuf_put(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf() 1089 i_auth, i_auth_len, in dpp_auth_build_conf() 1093 wrapped_i_auth, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf() 1819 i_auth_len; in dpp_auth_conf_rx() local 1951 &i_auth_len); in dpp_auth_conf_rx() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 3365 size_t i_auth_len; in dpp_auth_build_conf() local 3380 i_auth_len = 4 + auth->curve->hash_len; in dpp_auth_build_conf() 3384 4 + i_auth_len + r_nonce_len + AES_BLOCK_SIZE; in dpp_auth_build_conf() 3452 i_auth_len = 0; in dpp_auth_build_conf() 3470 wpabuf_put_le16(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf() 3471 wrapped_i_auth = wpabuf_put(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf() 3493 i_auth, i_auth_len, in dpp_auth_build_conf() 3497 wrapped_i_auth, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf() 4045 i_auth_len; in dpp_auth_conf_rx() local 4172 &i_auth_len); in dpp_auth_conf_rx() [all...] |
Completed in 10 milliseconds