Searched refs:pac_key_found (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_fast.c832 u8 *pos, size_t len, int *pac_key_found)
842 *pac_key_found = 1;
869 int type, pac_key_found = 0; local
888 eap_fast_parse_pac_tlv(entry, type, pos, len, &pac_key_found);
894 if (!pac_key_found || !entry->pac_opaque || !entry->pac_info) {
831 eap_fast_parse_pac_tlv(struct eap_fast_pac *entry, int type, u8 *pos, size_t len, int *pac_key_found) argument
H A Deap_teap.c871 u8 *pos, size_t len, int *pac_key_found)
882 *pac_key_found = 1;
909 int type, pac_key_found = 0; local
928 eap_teap_parse_pac_tlv(entry, type, pos, len, &pac_key_found);
934 if (!pac_key_found || !entry->pac_opaque || !entry->pac_info) {
870 eap_teap_parse_pac_tlv(struct eap_teap_pac *entry, int type, u8 *pos, size_t len, int *pac_key_found) argument

Completed in 107 milliseconds