Home
last modified time | relevance | path

Searched refs:COMEBACK_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/ap/
Dcomeback_token.c25 if (hmac_sha256(comeback_key, COMEBACK_KEY_SIZE, in comeback_token_hash()
59 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in check_comeback_token()
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()
129 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in auth_build_token_req()
Dhostapd.h370 #define COMEBACK_KEY_SIZE 8 macro
374 u8 comeback_key[COMEBACK_KEY_SIZE];