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

/freebsd-current/contrib/wpa/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_teap_pac.h17 u8 pac_key[EAP_TEAP_PAC_KEY_LEN]; member in struct:eap_teap_pac
H A Deap_fast_pac.c157 os_memcpy(pac->pac_key, entry->pac_key, EAP_FAST_PAC_KEY_LEN);
355 os_memcpy(pac->pac_key, key, EAP_FAST_PAC_KEY_LEN);
586 pac->pac_key, EAP_FAST_PAC_KEY_LEN, 0);
813 os_memcpy(pac->pac_key, pos, EAP_FAST_PAC_KEY_LEN);
903 os_memcpy(pos, pac->pac_key, EAP_FAST_PAC_KEY_LEN);
H A Deap_teap_pac.c157 os_memcpy(pac->pac_key, entry->pac_key, EAP_TEAP_PAC_KEY_LEN);
356 os_memcpy(pac->pac_key, key, EAP_TEAP_PAC_KEY_LEN);
591 pac->pac_key, EAP_TEAP_PAC_KEY_LEN, 0);
817 os_memcpy(pac->pac_key, pos, EAP_TEAP_PAC_KEY_LEN);
907 os_memcpy(pos, pac->pac_key, EAP_TEAP_PAC_KEY_LEN);
H A Deap_fast.c106 eap_fast_derive_master_secret(data->current_pac->pac_key,
863 os_memcpy(entry->pac_key, pos, len);
H A Deap_teap.c110 os_memcpy(master_secret, data->current_pac->pac_key,
938 os_memcpy(entry->pac_key, pos, len);
/freebsd-current/contrib/wpa/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,
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_fast.c128 u8 *buf, *pos, *end, *pac_key = NULL; local
202 pac_key = pos;
205 pac_key, EAP_FAST_PAC_KEY_LEN);
227 if (pac_key == NULL) {
263 eap_fast_derive_master_secret(pac_key, server_random, client_random,
687 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local
697 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
701 pac_key, EAP_FAST_PAC_KEY_LEN);
714 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
777 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LE
[all...]
H A Deap_server_teap.c144 u8 *buf, *pos, *end, *pac_key = NULL; local
216 pac_key = pos;
219 pac_key, EAP_TEAP_PAC_KEY_LEN);
241 if (!pac_key) {
280 os_memcpy(master_secret, pac_key, EAP_TEAP_PAC_KEY_LEN);
714 u8 pac_key[EAP_TEAP_PAC_KEY_LEN]; local
726 if (random_get_bytes(pac_key, EAP_TEAP_PAC_KEY_LEN) < 0 ||
730 pac_key, EAP_TEAP_PAC_KEY_LEN);
743 os_memcpy(pos, pac_key, EAP_TEAP_PAC_KEY_LEN);
808 eap_teap_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_TEAP_PAC_KEY_LE
[all...]
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c988 const u8 pac_key[] = { local
1096 if (sha1_t_prf(pac_key, sizeof(pac_key),

Completed in 400 milliseconds