Searched refs:i_auth (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | dpp.c | 2482 static int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) in dpp_gen_i_auth() argument 2552 res = dpp_hash_vector(auth->curve, num_elem, addr, len, i_auth); in dpp_gen_i_auth() 2554 wpa_hexdump(MSG_DEBUG, "DPP: I-auth", i_auth, in dpp_gen_i_auth() 3259 u8 i_auth[4 + DPP_MAX_HASH_LEN]; in dpp_auth_build_conf() local 3375 WPA_PUT_LE16(i_auth, DPP_ATTR_I_AUTH_TAG); in dpp_auth_build_conf() 3376 WPA_PUT_LE16(&i_auth[2], auth->curve->hash_len); in dpp_auth_build_conf() 3377 if (dpp_gen_i_auth(auth, i_auth + 4) < 0) in dpp_auth_build_conf() 3383 i_auth[4 + auth->curve->hash_len / 2] ^= 0x01; in dpp_auth_build_conf() 3388 i_auth, i_auth_len, in dpp_auth_build_conf() 3950 const u8 *r_bootstrap, *i_bootstrap, *wrapped_data, *status, *i_auth; in dpp_auth_conf_rx() local [all …]
|