Searched refs:EAP_TEAP_PAC_KEY_LEN (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_teap_pac.h17 u8 pac_key[EAP_TEAP_PAC_KEY_LEN];
H A Deap_teap_pac.c157 os_memcpy(pac->pac_key, entry->pac_key, EAP_TEAP_PAC_KEY_LEN);
351 if (!key || key_len != 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);
806 if (end - pos < 2 + EAP_TEAP_PAC_KEY_LEN + 2 + 2) {
817 os_memcpy(pac->pac_key, pos, EAP_TEAP_PAC_KEY_LEN);
818 pos += EAP_TEAP_PAC_KEY_LEN;
888 len += 2 + EAP_TEAP_PAC_KEY_LEN + 2 + pac->pac_opaque_len +
907 os_memcpy(pos, pac->pac_key, EAP_TEAP_PAC_KEY_LEN);
908 pos += EAP_TEAP_PAC_KEY_LEN;
[all...]
H A Deap_teap.c110 EAP_TEAP_PAC_KEY_LEN);
876 if (len != EAP_TEAP_PAC_KEY_LEN) {
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_teap.c203 if (elen != EAP_TEAP_PAC_KEY_LEN) {
213 pac_key, EAP_TEAP_PAC_KEY_LEN);
274 os_memcpy(master_secret, pac_key, EAP_TEAP_PAC_KEY_LEN);
652 u8 pac_key[EAP_TEAP_PAC_KEY_LEN];
664 if (random_get_bytes(pac_key, EAP_TEAP_PAC_KEY_LEN) < 0 ||
668 pac_key, EAP_TEAP_PAC_KEY_LEN);
670 pac_len = (2 + EAP_TEAP_PAC_KEY_LEN) + (2 + 4) +
680 *pos++ = EAP_TEAP_PAC_KEY_LEN;
681 os_memcpy(pos, pac_key, EAP_TEAP_PAC_KEY_LEN);
682 pos += EAP_TEAP_PAC_KEY_LEN;
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.h122 #define EAP_TEAP_PAC_KEY_LEN 48 macro

Completed in 163 milliseconds