Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dcomeback_token.c21 static int comeback_token_hash(const u8 *comeback_key, const u8 *addr, u8 *idx) in comeback_token_hash() argument
25 if (hmac_sha256(comeback_key, COMEBACK_KEY_SIZE, in comeback_token_hash()
33 int check_comeback_token(const u8 *comeback_key, in check_comeback_token() argument
44 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()
72 u8 *comeback_key, u16 comeback_idx, in auth_build_token_req() argument
89 if (random_get_bytes(comeback_key, COMEBACK_KEY_SIZE) < 0) in auth_build_token_req()
92 comeback_key, COMEBACK_KEY_SIZE); in auth_build_token_req()
112 if (comeback_token_hash(comeback_key, addr, &p_idx) < 0) { in auth_build_token_req()
129 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.h360 u8 comeback_key[COMEBACK_KEY_SIZE]; member
Dieee802_11.c1396 check_comeback_token(hapd->comeback_key, in handle_auth_sae()
1428 hapd->comeback_key, in handle_auth_sae()
2550 pasn->comeback_key = hapd->comeback_key; in hapd_initialize_pasn()
/external/wpa_supplicant_8/src/pasn/
Dpasn_common.h112 u8 *comeback_key; member
Dpasn_responder.c385 pasn->comeback_key, pasn->comeback_idx, in handle_auth_pasn_comeback()
697 ret = check_comeback_token(pasn->comeback_key, in handle_auth_pasn_1()