Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddpp_i.h145 int dpp_derive_auth_i(struct dpp_authentication *auth, u8 *auth_i);
H A Ddpp.c792 u8 auth_i[DPP_MAX_HASH_LEN]; in dpp_build_conf_req_attr() local
815 if (dpp_derive_auth_i(auth, auth_i) < 0) in dpp_build_conf_req_attr()
872 wpabuf_put_data(clear, auth_i, auth->curve->hash_len); in dpp_build_conf_req_attr()
2355 u8 auth_i[DPP_MAX_HASH_LEN]; in dpp_conf_req_rx() local
2375 if (dpp_derive_auth_i(auth, auth_i) < 0) in dpp_conf_req_rx()
2386 os_memcmp(rx_auth_i, auth_i, auth->curve->hash_len) != 0) { in dpp_conf_req_rx()
2392 auth_i, auth->curve->hash_len); in dpp_conf_req_rx()
H A Ddpp_crypto.c2392 int dpp_derive_auth_i(struct dpp_authentication *auth, u8 *auth_i) in dpp_derive_auth_i() argument
2465 if (dpp_hmac_vector(hash_len, k, hash_len, 3, addr, len, auth_i) < 0) in dpp_derive_auth_i()
2469 auth_i, hash_len); in dpp_derive_auth_i()