Searched refs:pac_key (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast_pac.h17 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; member in struct:eap_fast_pac
H A Deap_fast_pac.c158 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
354 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN);
584 pac->pac_key, EAP_FAST_PAC_KEY_LEN, 0);
809 os_memcpy(pac->pac_key, pos, EAP_FAST_PAC_KEY_LEN);
897 os_memcpy(pos, pac->pac_key, EAP_FAST_PAC_KEY_LEN);
H A Deap_fast.c105 eap_fast_derive_master_secret(data->current_pac->pac_key,
826 os_memcpy(entry->pac_key, pos, len);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast_pac.h17 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; member in struct:eap_fast_pac
H A Deap_fast_pac.c158 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
354 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN);
584 pac->pac_key, EAP_FAST_PAC_KEY_LEN, 0);
809 os_memcpy(pac->pac_key, pos, EAP_FAST_PAC_KEY_LEN);
897 os_memcpy(pos, pac->pac_key, EAP_FAST_PAC_KEY_LEN);
H A Deap_fast.c105 eap_fast_derive_master_secret(data->current_pac->pac_key,
826 os_memcpy(entry->pac_key, pos, len);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast_pac.h17 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; member in struct:eap_fast_pac
H A Deap_fast_pac.c158 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
354 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN);
584 pac->pac_key, EAP_FAST_PAC_KEY_LEN, 0);
809 os_memcpy(pac->pac_key, pos, EAP_FAST_PAC_KEY_LEN);
897 os_memcpy(pos, pac->pac_key, EAP_FAST_PAC_KEY_LEN);
H A Deap_fast.c105 eap_fast_derive_master_secret(data->current_pac->pac_key,
826 os_memcpy(entry->pac_key, pos, len);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_fast_common.h98 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random,
H A Deap_fast_common.c68 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random, argument
87 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_fast_common.h98 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random,
H A Deap_fast_common.c68 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random, argument
87 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_fast_common.h98 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random,
H A Deap_fast_common.c68 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random, argument
87 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c128 u8 *buf, *pos, *end, *pac_key = NULL; local
198 pac_key = pos + 2;
201 pac_key, EAP_FAST_PAC_KEY_LEN);
222 if (pac_key == NULL) {
258 eap_fast_derive_master_secret(pac_key, server_random, client_random,
680 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local
690 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
694 pac_key, EAP_FAST_PAC_KEY_LEN);
707 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
770 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LE
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c128 u8 *buf, *pos, *end, *pac_key = NULL; local
198 pac_key = pos + 2;
201 pac_key, EAP_FAST_PAC_KEY_LEN);
222 if (pac_key == NULL) {
258 eap_fast_derive_master_secret(pac_key, server_random, client_random,
680 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local
690 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
694 pac_key, EAP_FAST_PAC_KEY_LEN);
707 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
770 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LE
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c128 u8 *buf, *pos, *end, *pac_key = NULL; local
198 pac_key = pos + 2;
201 pac_key, EAP_FAST_PAC_KEY_LEN);
222 if (pac_key == NULL) {
258 eap_fast_derive_master_secret(pac_key, server_random, client_random,
680 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local
690 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
694 pac_key, EAP_FAST_PAC_KEY_LEN);
707 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
770 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LE
[all...]

Completed in 116 milliseconds