Searched refs:sae_token_key (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c404 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
423 if (random_get_bytes(hapd->sae_token_key,
424 sizeof(hapd->sae_token_key)) < 0)
427 hapd->sae_token_key, sizeof(hapd->sae_token_key));
436 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
H A Dhostapd.h245 u8 sae_token_key[8]; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c404 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
423 if (random_get_bytes(hapd->sae_token_key,
424 sizeof(hapd->sae_token_key)) < 0)
427 hapd->sae_token_key, sizeof(hapd->sae_token_key));
436 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
H A Dhostapd.h245 u8 sae_token_key[8]; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c404 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
423 if (random_get_bytes(hapd->sae_token_key,
424 sizeof(hapd->sae_token_key)) < 0)
427 hapd->sae_token_key, sizeof(hapd->sae_token_key));
436 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
H A Dhostapd.h245 u8 sae_token_key[8]; member in struct:hostapd_data

Completed in 987 milliseconds