Searched refs:sae_token_key (Results 1 – 2 of 2) sorted by relevance
454 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in check_sae_token()473 if (random_get_bytes(hapd->sae_token_key, in auth_build_token_req()474 sizeof(hapd->sae_token_key)) < 0) in auth_build_token_req()477 hapd->sae_token_key, sizeof(hapd->sae_token_key)); in auth_build_token_req()488 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in auth_build_token_req()
274 u8 sae_token_key[8]; member