Home
last modified time | relevance | path

Searched refs:comeback_key (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dcomeback_token.c20 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()
Dcomeback_token.h12 int check_comeback_token(const u8 *comeback_key,
17 u8 *comeback_key, u16 comeback_idx,
Dhostapd.h149 u8 comeback_key[COMEBACK_KEY_SIZE]; member
Dieee802_11.c547 check_comeback_token(hapd->comeback_key, in handle_auth_sae()
578 hapd->comeback_key, in handle_auth_sae()