Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c962 u8 i_auth[4 + DPP_MAX_HASH_LEN]; in dpp_auth_build_conf() local
1078 WPA_PUT_LE16(i_auth, DPP_ATTR_I_AUTH_TAG); in dpp_auth_build_conf()
1079 WPA_PUT_LE16(&i_auth[2], auth->curve->hash_len); in dpp_auth_build_conf()
1080 if (dpp_gen_i_auth(auth, i_auth + 4) < 0) in dpp_auth_build_conf()
1086 i_auth[4 + auth->curve->hash_len / 2] ^= 0x01; in dpp_auth_build_conf()
1091 i_auth, i_auth_len, in dpp_auth_build_conf()
1819 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local
1952 i_auth = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_I_AUTH_TAG, in dpp_auth_conf_rx()
1954 if (!i_auth || i_auth_len != auth->curve->hash_len) { in dpp_auth_conf_rx()
1960 i_auth, i_auth_len); in dpp_auth_conf_rx()
[all …]
Ddpp_i.h109 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth);
Ddpp_crypto.c1501 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) in dpp_gen_i_auth() argument
1571 res = dpp_hash_vector(auth->curve, num_elem, addr, len, i_auth); in dpp_gen_i_auth()
1573 wpa_hexdump(MSG_DEBUG, "DPP: I-auth", i_auth, in dpp_gen_i_auth()