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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h137 u8 ft_pending_pull_nonce[FT_RRB_NONCE_LEN];
H A Dwpa_auth_ft.c874 u8 nonce[FT_RRB_NONCE_LEN];
940 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN,
963 if (random_get_bytes(item->nonce, FT_RRB_NONCE_LEN) < 0) {
1948 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN,
2012 random_get_bytes(sm->ft_pending_pull_nonce, FT_RRB_NONCE_LEN) < 0) {
3624 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "pull request", FT_RRB_NONCE_LEN);
3950 FT_RRB_NONCE_LEN) != 0 ||
3975 RRB_GET_AUTH(FT_RRB_NONCE, nonce, msgtype, FT_RRB_NONCE_LEN);
4172 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq request", FT_RRB_NONCE_LEN);
4242 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq response", FT_RRB_NONCE_LEN);
[all...]
H A Dwpa_auth.h64 #define FT_RRB_NONCE_LEN 16 macro
69 #define FT_RRB_NONCE 2 /* size FT_RRB_NONCE_LEN */

Completed in 67 milliseconds