HomeSort by: relevance | last modified time | path
    Searched refs:FT_RRB_NONCE_LEN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 144 u8 ft_pending_pull_nonce[FT_RRB_NONCE_LEN];
wpa_auth_ft.c 909 u8 nonce[FT_RRB_NONCE_LEN];
975 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN,
999 if (random_get_bytes(item->nonce, FT_RRB_NONCE_LEN) < 0) {
1984 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN,
2049 random_get_bytes(sm->ft_pending_pull_nonce, FT_RRB_NONCE_LEN) < 0) {
4032 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "pull request", FT_RRB_NONCE_LEN);
4363 FT_RRB_NONCE_LEN) != 0 ||
4388 RRB_GET_AUTH(FT_RRB_NONCE, nonce, msgtype, FT_RRB_NONCE_LEN);
4585 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq request", FT_RRB_NONCE_LEN);
4659 RRB_GET_AUTH(FT_RRB_NONCE, nonce, "seq response", FT_RRB_NONCE_LEN);
    [all...]
wpa_auth.h 65 #define FT_RRB_NONCE_LEN 16
70 #define FT_RRB_NONCE 2 /* size FT_RRB_NONCE_LEN */

Completed in 27 milliseconds