HomeSort by relevance Sort by last modified time
    Searched refs:FT_RRB_NONCE_LEN (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 135 u8 ft_pending_pull_nonce[FT_RRB_NONCE_LEN];
wpa_auth_ft.c 873 u8 nonce[FT_RRB_NONCE_LEN];
939 { .type = FT_RRB_NONCE, .len = FT_RRB_NONCE_LEN,
962 if (random_get_bytes(item->nonce, FT_RRB_NONCE_LEN) < 0) {
    [all...]
wpa_auth.h 64 #define FT_RRB_NONCE_LEN 16
69 #define FT_RRB_NONCE 2 /* size FT_RRB_NONCE_LEN */

Completed in 80 milliseconds