Lines Matching refs:token
1681 const struct wpabuf *token, const char *identifier) in sae_write_commit() argument
1689 if (!sae->h2e && token) { in sae_write_commit()
1690 wpabuf_put_buf(buf, token); in sae_write_commit()
1692 wpabuf_head(token), wpabuf_len(token)); in sae_write_commit()
1740 if (sae->h2e && token) { in sae_write_commit()
1742 wpabuf_put_u8(buf, 1 + wpabuf_len(token)); in sae_write_commit()
1744 wpabuf_put_buf(buf, token); in sae_write_commit()
1747 token); in sae_write_commit()
1848 const u8 *end, const u8 **token, in sae_parse_commit_token() argument
1853 if (token) in sae_parse_commit_token()
1854 *token = NULL; in sae_parse_commit_token()
1875 if (token) in sae_parse_commit_token()
1876 *token = *pos; in sae_parse_commit_token()
1885 const u8 **token, size_t *token_len) in sae_parse_token_container() argument
1891 *token = pos + 3; in sae_parse_token_container()
1894 *token, *token_len); in sae_parse_token_container()
2175 const u8 **token, size_t *token_len, int *allowed_groups, in sae_parse_commit() argument
2190 sae_parse_commit_token(sae, &pos, end, token, token_len, h2e); in sae_parse_commit()
2222 sae_parse_token_container(sae, pos, end, token, token_len); in sae_parse_commit()