Home
last modified time | relevance | path

Searched refs:sae_token_key (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c541 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in sae_token_hash()
571 if (hmac_sha256_vector(hapd->sae_token_key, sizeof(hapd->sae_token_key), in check_sae_token()
598 if (random_get_bytes(hapd->sae_token_key, in auth_build_token_req()
599 sizeof(hapd->sae_token_key)) < 0) in auth_build_token_req()
602 hapd->sae_token_key, sizeof(hapd->sae_token_key)); in auth_build_token_req()
628 if (hmac_sha256_vector(hapd->sae_token_key, sizeof(hapd->sae_token_key), in auth_build_token_req()
Dhostapd.h321 u8 sae_token_key[8]; member