Searched refs:token_len (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | comeback_token.c | 34 const u8 *token, size_t token_len) in check_comeback_token() argument 42 if (token_len != SHA256_MAC_LEN || in check_comeback_token()
|
D | comeback_token.h | 14 const u8 *token, size_t token_len);
|
D | ieee802_11.c | 497 size_t token_len = 0; in handle_auth_sae() local 530 resp = sae_parse_commit(sta->sae, buf, len, &token, &token_len, default_group, in handle_auth_sae() 549 token, token_len) < 0) { in handle_auth_sae()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 1760 size_t *token_len, int h2e) in sae_parse_commit_token() argument 1766 if (token_len) in sae_parse_commit_token() 1767 *token_len = 0; in sae_parse_commit_token() 1788 if (token_len) in sae_parse_commit_token() 1789 *token_len = tlen; in sae_parse_commit_token() 1796 const u8 **token, size_t *token_len) in sae_parse_token_container() argument 1803 *token_len = pos[1] - 1; in sae_parse_token_container() 1805 *token, *token_len); in sae_parse_token_container() 2054 const u8 **token, size_t *token_len, int *allowed_groups, in sae_parse_commit() argument 2069 sae_parse_commit_token(sae, &pos, end, token, token_len, h2e); in sae_parse_commit() [all …]
|
D | sae.h | 139 const u8 **token, size_t *token_len, int *allowed_groups,
|