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

/freebsd-11-stable/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_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_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.c109 os_memcpy(master_secret, data->current_pac->pac_key,
883 os_memcpy(entry->pac_key, pos, len);
H A Deap_fast.c106 eap_fast_derive_master_secret(data->current_pac->pac_key,
843 os_memcpy(entry->pac_key, pos, len);
/freebsd-11-stable/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-11-stable/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,
685 u8 pac_key[EAP_FAST_PAC_KEY_LEN]; local
695 if (random_get_bytes(pac_key, EAP_FAST_PAC_KEY_LEN) < 0 ||
699 pac_key, EAP_FAST_PAC_KEY_LEN);
712 os_memcpy(pos, pac_key, EAP_FAST_PAC_KEY_LEN);
775 eap_fast_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_FAST_PAC_KEY_LE
[all...]
H A Deap_server_teap.c138 u8 *buf, *pos, *end, *pac_key = NULL; local
210 pac_key = pos;
213 pac_key, EAP_TEAP_PAC_KEY_LEN);
235 if (!pac_key) {
274 os_memcpy(master_secret, pac_key, EAP_TEAP_PAC_KEY_LEN);
652 u8 pac_key[EAP_TEAP_PAC_KEY_LEN]; local
664 if (random_get_bytes(pac_key, EAP_TEAP_PAC_KEY_LEN) < 0 ||
668 pac_key, EAP_TEAP_PAC_KEY_LEN);
681 os_memcpy(pos, pac_key, EAP_TEAP_PAC_KEY_LEN);
746 eap_teap_put_tlv(buf, PAC_TYPE_PAC_KEY, pac_key, EAP_TEAP_PAC_KEY_LE
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c839 const u8 pac_key[] = { local
947 if (sha1_t_prf(pac_key, sizeof(pac_key),

Completed in 182 milliseconds