Searched refs:comeback_key (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | comeback_token.c | 21 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()
|
D | comeback_token.h | 12 int check_comeback_token(const u8 *comeback_key, 17 u8 *comeback_key, u16 comeback_idx,
|
D | hostapd.h | 360 u8 comeback_key[COMEBACK_KEY_SIZE]; member
|
D | ieee802_11.c | 1396 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/ |
D | pasn_common.h | 112 u8 *comeback_key; member
|
D | pasn_responder.c | 385 pasn->comeback_key, pasn->comeback_idx, in handle_auth_pasn_comeback() 697 ret = check_comeback_token(pasn->comeback_key, in handle_auth_pasn_1()
|