Searched refs:f_r1kh_id (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_ft.c | 962 const u8 *f_r1kh_id, const u8 *key, size_t key_len, in wpa_ft_rrb_seq_req() argument 980 .data = f_r1kh_id }, in wpa_ft_rrb_seq_req() 1624 const u8 *f_r1kh_id, in wpa_ft_rrb_lookup_r1kh() argument 1641 if (f_r1kh_id && in wpa_ft_rrb_lookup_r1kh() 1642 os_memcmp_const(r1kh->id, f_r1kh_id, FT_R1KH_ID_LEN) == 0) in wpa_ft_rrb_lookup_r1kh() 1667 const u8 *f_r1kh_id) in wpa_ft_rrb_check_r1kh() argument 1669 if (os_memcmp_const(f_r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_check_r1kh() 1970 const u8 *key, *f_r1kh_id = sm->wpa_auth->conf.r1_key_holder; in wpa_ft_pull_pmk_r1() local 1991 .data = f_r1kh_id }, in wpa_ft_pull_pmk_r1() 2040 r0kh->id, r0kh->id_len, f_r1kh_id, key, in wpa_ft_pull_pmk_r1() [all …]
|