Searched refs:comeback_key (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | comeback_token.c | 20 int comeback_token_hash(const u8 *comeback_key, const u8 *addr, u8 *idx) in comeback_token_hash() argument 24 if (hmac_sha256(comeback_key, COMEBACK_KEY_SIZE, in comeback_token_hash() 32 int check_comeback_token(const u8 *comeback_key, in check_comeback_token() argument 43 comeback_token_hash(comeback_key, addr, &idx) < 0) { in check_comeback_token() 59 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in check_comeback_token() 73 u8 *comeback_key, u16 comeback_idx, in auth_build_token_req() argument 90 if (random_get_bytes(comeback_key, COMEBACK_KEY_SIZE) < 0) { in auth_build_token_req() 94 comeback_key, COMEBACK_KEY_SIZE); in auth_build_token_req() 115 if (comeback_token_hash(comeback_key, addr, &p_idx) < 0) { in auth_build_token_req() 132 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in auth_build_token_req()
|
D | comeback_token.h | 12 int check_comeback_token(const u8 *comeback_key, 17 u8 *comeback_key, u16 comeback_idx,
|
D | hostapd.h | 149 u8 comeback_key[COMEBACK_KEY_SIZE]; member
|
D | ieee802_11.c | 547 check_comeback_token(hapd->comeback_key, in handle_auth_sae() 578 hapd->comeback_key, in handle_auth_sae()
|