Searched refs:token (Results 1 - 25 of 1600) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c398 const u8 *token, size_t token_len)
406 os_memcmp_const(token, mac, SHA256_MAC_LEN) != 0)
417 u8 *token; local
426 wpa_hexdump(MSG_DEBUG, "SAE: Updated token key",
435 token = wpabuf_put(buf, SHA256_MAC_LEN);
437 addr, ETH_ALEN, token);
460 const u8 *token = NULL; local
467 mgmt->u.auth.variable, &token,
469 if (token && check_sae_token(hapd, sta->addr, token, token_le
397 check_sae_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c651 const struct wpabuf *token)
659 if (token)
660 wpabuf_put_buf(buf, token);
729 const u8 *end, const u8 **token,
736 if (token)
737 *token = *pos;
742 if (token)
743 *token = NULL;
894 const u8 **token, size_t *token_len, int *allowed_groups)
908 sae_parse_commit_token(sae, &pos, end, token, token_le
650 sae_write_commit(struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token) argument
728 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len) argument
893 sae_parse_commit(struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) argument
[all...]
H A Dsae.h58 const struct wpabuf *token);
60 const u8 **token, size_t *token_len, int *allowed_groups);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c91 u8 *id_peer, int id_peer_len, u8 *token)
176 * pwd-seed = H(token | peer-id | server-id | password |
182 eap_pwd_h_update(hash, token, sizeof(u32));
88 compute_password_element(EAP_PWD_group *grp, u16 num, u8 *password, int password_len, u8 *id_server, int id_server_len, u8 *id_peer, int id_peer_len, u8 *token) argument
H A Deap_pwd_common.h51 u8 token[4]; member in struct:eap_pwd_id
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_pwd.c268 id->token)) {
286 wpabuf_put_data(data->outbuf, id->token, sizeof(id->token));
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_pwd.c27 u32 token; member in struct:eap_pwd_data
179 data->token = os_random();
183 wpabuf_put_data(data->outbuf, &data->token, sizeof(data->token));
591 (os_memcmp(id->token, (u8 *)&data->token, sizeof(data->token))) ||
617 (u8 *) &data->token)) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h214 struct wps_nfc_pw_token *token);
H A Dwps_registrar.c42 static void wps_remove_nfc_pw_token(struct wps_nfc_pw_token *token) argument
44 dl_list_del(&token->list);
45 bin_clear_free(token, sizeof(*token));
51 struct wps_nfc_pw_token *token, *prev; local
52 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token,
54 if (pw_id == 0 || pw_id == token->pw_id)
55 wps_remove_nfc_pw_token(token);
63 struct wps_nfc_pw_token *token; local
64 dl_list_for_each(token, token
2585 struct wps_nfc_pw_token *token; local
3551 struct wps_nfc_pw_token *token; local
3632 wps_registrar_remove_nfc_pw_token(struct wps_registrar *reg, struct wps_nfc_pw_token *token) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c398 const u8 *token, size_t token_len)
406 os_memcmp_const(token, mac, SHA256_MAC_LEN) != 0)
417 u8 *token; local
426 wpa_hexdump(MSG_DEBUG, "SAE: Updated token key",
435 token = wpabuf_put(buf, SHA256_MAC_LEN);
437 addr, ETH_ALEN, token);
460 const u8 *token = NULL; local
467 mgmt->u.auth.variable, &token,
469 if (token && check_sae_token(hapd, sta->addr, token, token_le
397 check_sae_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.c651 const struct wpabuf *token)
659 if (token)
660 wpabuf_put_buf(buf, token);
729 const u8 *end, const u8 **token,
736 if (token)
737 *token = *pos;
742 if (token)
743 *token = NULL;
894 const u8 **token, size_t *token_len, int *allowed_groups)
908 sae_parse_commit_token(sae, &pos, end, token, token_le
650 sae_write_commit(struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token) argument
728 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len) argument
893 sae_parse_commit(struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) argument
[all...]
H A Dsae.h58 const struct wpabuf *token);
60 const u8 **token, size_t *token_len, int *allowed_groups);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c91 u8 *id_peer, int id_peer_len, u8 *token)
176 * pwd-seed = H(token | peer-id | server-id | password |
182 eap_pwd_h_update(hash, token, sizeof(u32));
88 compute_password_element(EAP_PWD_group *grp, u16 num, u8 *password, int password_len, u8 *id_server, int id_server_len, u8 *id_peer, int id_peer_len, u8 *token) argument
H A Deap_pwd_common.h51 u8 token[4]; member in struct:eap_pwd_id
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_pwd.c268 id->token)) {
286 wpabuf_put_data(data->outbuf, id->token, sizeof(id->token));
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_pwd.c27 u32 token; member in struct:eap_pwd_data
179 data->token = os_random();
183 wpabuf_put_data(data->outbuf, &data->token, sizeof(data->token));
591 (os_memcmp(id->token, (u8 *)&data->token, sizeof(data->token))) ||
617 (u8 *) &data->token)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h214 struct wps_nfc_pw_token *token);
H A Dwps_registrar.c42 static void wps_remove_nfc_pw_token(struct wps_nfc_pw_token *token) argument
44 dl_list_del(&token->list);
45 bin_clear_free(token, sizeof(*token));
51 struct wps_nfc_pw_token *token, *prev; local
52 dl_list_for_each_safe(token, prev, tokens, struct wps_nfc_pw_token,
54 if (pw_id == 0 || pw_id == token->pw_id)
55 wps_remove_nfc_pw_token(token);
63 struct wps_nfc_pw_token *token; local
64 dl_list_for_each(token, token
2585 struct wps_nfc_pw_token *token; local
3551 struct wps_nfc_pw_token *token; local
3632 wps_registrar_remove_nfc_pw_token(struct wps_registrar *reg, struct wps_nfc_pw_token *token) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c398 const u8 *token, size_t token_len)
406 os_memcmp_const(token, mac, SHA256_MAC_LEN) != 0)
417 u8 *token; local
426 wpa_hexdump(MSG_DEBUG, "SAE: Updated token key",
435 token = wpabuf_put(buf, SHA256_MAC_LEN);
437 addr, ETH_ALEN, token);
460 const u8 *token = NULL; local
467 mgmt->u.auth.variable, &token,
469 if (token && check_sae_token(hapd, sta->addr, token, token_le
397 check_sae_token(struct hostapd_data *hapd, const u8 *addr, const u8 *token, size_t token_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c651 const struct wpabuf *token)
659 if (token)
660 wpabuf_put_buf(buf, token);
729 const u8 *end, const u8 **token,
736 if (token)
737 *token = *pos;
742 if (token)
743 *token = NULL;
894 const u8 **token, size_t *token_len, int *allowed_groups)
908 sae_parse_commit_token(sae, &pos, end, token, token_le
650 sae_write_commit(struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token) argument
728 sae_parse_commit_token(struct sae_data *sae, const u8 **pos, const u8 *end, const u8 **token, size_t *token_len) argument
893 sae_parse_commit(struct sae_data *sae, const u8 *data, size_t len, const u8 **token, size_t *token_len, int *allowed_groups) argument
[all...]
H A Dsae.h58 const struct wpabuf *token);
60 const u8 **token, size_t *token_len, int *allowed_groups);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c91 u8 *id_peer, int id_peer_len, u8 *token)
176 * pwd-seed = H(token | peer-id | server-id | password |
182 eap_pwd_h_update(hash, token, sizeof(u32));
88 compute_password_element(EAP_PWD_group *grp, u16 num, u8 *password, int password_len, u8 *id_server, int id_server_len, u8 *id_peer, int id_peer_len, u8 *token) argument
H A Deap_pwd_common.h51 u8 token[4]; member in struct:eap_pwd_id
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_pwd.c268 id->token)) {
286 wpabuf_put_data(data->outbuf, id->token, sizeof(id->token));
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c27 u32 token; member in struct:eap_pwd_data
179 data->token = os_random();
183 wpabuf_put_data(data->outbuf, &data->token, sizeof(data->token));
591 (os_memcmp(id->token, (u8 *)&data->token, sizeof(data->token))) ||
617 (u8 *) &data->token)) {

Completed in 2764 milliseconds

1234567891011>>