Searched refs:FT_RRB_NONCE_LEN (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 142 u8 ft_pending_pull_nonce[FT_RRB_NONCE_LEN];
|
D | wpa_auth_ft.c | 875 u8 nonce[FT_RRB_NONCE_LEN]; 941 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_rrb_seq_req() 965 if (random_get_bytes(item->nonce, FT_RRB_NONCE_LEN) < 0) { in wpa_ft_rrb_seq_req() 1950 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_pull_pmk_r1() 2015 random_get_bytes(sm->ft_pending_pull_nonce, FT_RRB_NONCE_LEN) < 0) { in wpa_ft_pull_pmk_r1() 3849 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "pull request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_pull() 4179 FT_RRB_NONCE_LEN) != 0 || in ft_get_sta_cb() 4204 RRB_GET_AUTH(FT_RRB_NONCE, nonce, msgtype, FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_resp() 4401 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_req() 4475 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq response", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_resp() [all …]
|
D | wpa_auth.h | 64 #define FT_RRB_NONCE_LEN 16 macro
|