Home
last modified time | relevance | path

Searched refs:i_auth_len (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp.c2369 size_t i_auth_len; in dpp_auth_build_conf() local
2377 i_auth_len = 4 + auth->curve->hash_len; in dpp_auth_build_conf()
2380 4 + i_auth_len + AES_BLOCK_SIZE; in dpp_auth_build_conf()
2418 wpabuf_put_le16(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
2419 wrapped_i_auth = wpabuf_put(msg, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
2425 i_auth, i_auth_len, in dpp_auth_build_conf()
2429 wrapped_i_auth, i_auth_len + AES_BLOCK_SIZE); in dpp_auth_build_conf()
2800 i_auth_len; in dpp_auth_conf_rx() local
2904 &i_auth_len); in dpp_auth_conf_rx()
2905 if (!i_auth || i_auth_len != auth->curve->hash_len) { in dpp_auth_conf_rx()
[all …]