Searched refs:FT_RRB_NONCE_LEN (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_i.h | 144 u8 ft_pending_pull_nonce[FT_RRB_NONCE_LEN];
|
H A D | wpa_auth_ft.c | 909 u8 nonce[FT_RRB_NONCE_LEN]; 975 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_rrb_seq_req() 999 if (random_get_bytes(item->nonce, FT_RRB_NONCE_LEN) < 0) { in wpa_ft_rrb_seq_req() 1984 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_pull_pmk_r1() 2049 random_get_bytes(sm->ft_pending_pull_nonce, FT_RRB_NONCE_LEN) < 0) { in wpa_ft_pull_pmk_r1() 4032 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "pull request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_pull() 4363 FT_RRB_NONCE_LEN) != 0 || in ft_get_sta_cb() 4388 RRB_GET_AUTH(FT_RRB_NONCE, nonce, msgtype, FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_resp() 4585 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_req() 4659 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq response", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_resp() [all …]
|
H A D | wpa_auth.h | 65 #define FT_RRB_NONCE_LEN 16 macro
|