Searched refs:i_auth (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | dpp.c | 2611 static int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) in dpp_gen_i_auth() argument 2681 res = dpp_hash_vector(auth->curve, num_elem, addr, len, i_auth); in dpp_gen_i_auth() 2683 wpa_hexdump(MSG_DEBUG, "DPP: I-auth", i_auth, in dpp_gen_i_auth() 3364 u8 i_auth[4 + DPP_MAX_HASH_LEN]; in dpp_auth_build_conf() local 3480 WPA_PUT_LE16(i_auth, DPP_ATTR_I_AUTH_TAG); in dpp_auth_build_conf() 3481 WPA_PUT_LE16(&i_auth[2], auth->curve->hash_len); in dpp_auth_build_conf() 3482 if (dpp_gen_i_auth(auth, i_auth + 4) < 0) in dpp_auth_build_conf() 3488 i_auth[4 + auth->curve->hash_len / 2] ^= 0x01; in dpp_auth_build_conf() 3493 i_auth, i_auth_len, in dpp_auth_build_conf() 4043 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local [all …]
|