Home
last modified time | relevance | path

Searched refs:FT_RRB_NONCE_LEN (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h135 u8 ft_pending_pull_nonce[FT_RRB_NONCE_LEN];
Dwpa_auth_ft.c873 u8 nonce[FT_RRB_NONCE_LEN];
939 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_rrb_seq_req()
962 if (random_get_bytes(item->nonce, FT_RRB_NONCE_LEN) < 0) { in wpa_ft_rrb_seq_req()
1947 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN, in wpa_ft_pull_pmk_r1()
2011 random_get_bytes(sm->ft_pending_pull_nonce, FT_RRB_NONCE_LEN) < 0) { in wpa_ft_pull_pmk_r1()
3611 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "pull request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_pull()
3940 FT_RRB_NONCE_LEN) != 0 || in ft_get_sta_cb()
3965 RRB_GET_AUTH(FT_RRB_NONCE, nonce, msgtype, FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_resp()
4162 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq request", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_req()
4232 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq response", FT_RRB_NONCE_LEN); in wpa_ft_rrb_rx_seq_resp()
[all …]
Dwpa_auth.h64 #define FT_RRB_NONCE_LEN 16 macro