Home
last modified time | relevance | path

Searched refs:in_decrypted (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/hostapd-devel/hostap-14ab4a816/src/eap_peer/
H A Deap_peap.c807 wpabuf_free(in_decrypted); in eap_peap_decrypt()
813 in_decrypted); in eap_peap_decrypt()
815 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
831 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
833 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
843 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
844 in_decrypted = nmsg; in eap_peap_decrypt()
847 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
852 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
861 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
[all …]
H A Deap_ttls.c1037 pos = wpabuf_mhead(in_decrypted); in eap_ttls_parse_avps()
1038 left = wpabuf_len(in_decrypted); in eap_ttls_parse_avps()
1270 struct wpabuf *in_decrypted, in eap_ttls_process_decrypted() argument
1428 struct wpabuf *in_decrypted = NULL; in eap_ttls_decrypt() local
1446 if (wpabuf_len(in_decrypted) == 0) { in eap_ttls_decrypt()
1447 wpabuf_clear_free(in_decrypted); in eap_ttls_decrypt()
1471 if (wpabuf_len(in_decrypted) == 0) { in eap_ttls_decrypt()
1472 wpabuf_free(in_decrypted); in eap_ttls_decrypt()
1482 wpabuf_free(in_decrypted); in eap_ttls_decrypt()
1495 &parse, in_decrypted, out_data); in eap_ttls_decrypt()
[all …]
H A Deap_fast.c1315 struct wpabuf *in_decrypted; in eap_fast_decrypt() local
1327 in_decrypted = data->pending_phase2_req; in eap_fast_decrypt()
1339 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted); in eap_fast_decrypt()
1345 in_decrypted); in eap_fast_decrypt()
1347 if (wpabuf_len(in_decrypted) < 4) { in eap_fast_decrypt()
1350 (unsigned long) wpabuf_len(in_decrypted)); in eap_fast_decrypt()
1351 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
1356 in_decrypted, out_data); in eap_fast_decrypt()
1358 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/eap_peer/
H A Deap_peap.c807 wpabuf_free(in_decrypted); in eap_peap_decrypt()
813 in_decrypted); in eap_peap_decrypt()
815 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
831 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
833 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
843 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
844 in_decrypted = nmsg; in eap_peap_decrypt()
847 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
852 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
861 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
[all …]
H A Deap_ttls.c1037 pos = wpabuf_mhead(in_decrypted); in eap_ttls_parse_avps()
1038 left = wpabuf_len(in_decrypted); in eap_ttls_parse_avps()
1270 struct wpabuf *in_decrypted, in eap_ttls_process_decrypted() argument
1428 struct wpabuf *in_decrypted = NULL; in eap_ttls_decrypt() local
1446 if (wpabuf_len(in_decrypted) == 0) { in eap_ttls_decrypt()
1447 wpabuf_clear_free(in_decrypted); in eap_ttls_decrypt()
1471 if (wpabuf_len(in_decrypted) == 0) { in eap_ttls_decrypt()
1472 wpabuf_free(in_decrypted); in eap_ttls_decrypt()
1482 wpabuf_free(in_decrypted); in eap_ttls_decrypt()
1495 &parse, in_decrypted, out_data); in eap_ttls_decrypt()
[all …]
H A Deap_fast.c1315 struct wpabuf *in_decrypted; in eap_fast_decrypt() local
1327 in_decrypted = data->pending_phase2_req; in eap_fast_decrypt()
1339 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted); in eap_fast_decrypt()
1345 in_decrypted); in eap_fast_decrypt()
1347 if (wpabuf_len(in_decrypted) < 4) { in eap_fast_decrypt()
1350 (unsigned long) wpabuf_len(in_decrypted)); in eap_fast_decrypt()
1351 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
1356 in_decrypted, out_data); in eap_fast_decrypt()
1358 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
/dports/net/hostapd/hostapd-2.9/src/eap_peer/
H A Deap_peap.c793 in_decrypted); in eap_peap_decrypt()
795 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
811 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
813 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
821 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
823 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
824 in_decrypted = nmsg; in eap_peap_decrypt()
827 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
832 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
841 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
[all …]
H A Deap_ttls.c1008 pos = wpabuf_mhead(in_decrypted); in eap_ttls_parse_avps()
1009 left = wpabuf_len(in_decrypted); in eap_ttls_parse_avps()
1241 struct wpabuf *in_decrypted, in eap_ttls_process_decrypted() argument
1303 data->pending_phase2_req = wpabuf_dup(in_decrypted); in eap_ttls_process_decrypted()
1399 struct wpabuf *in_decrypted = NULL; in eap_ttls_decrypt() local
1415 in_decrypted = data->pending_phase2_req; in eap_ttls_decrypt()
1417 if (wpabuf_len(in_decrypted) == 0) { in eap_ttls_decrypt()
1418 wpabuf_clear_free(in_decrypted); in eap_ttls_decrypt()
1445 if (eap_ttls_parse_avps(in_decrypted, &parse) < 0) { in eap_ttls_decrypt()
1451 &parse, in_decrypted, out_data); in eap_ttls_decrypt()
[all …]
H A Deap_fast.c1295 struct wpabuf *in_decrypted; in eap_fast_decrypt() local
1307 in_decrypted = data->pending_phase2_req; in eap_fast_decrypt()
1319 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted); in eap_fast_decrypt()
1325 in_decrypted); in eap_fast_decrypt()
1327 if (wpabuf_len(in_decrypted) < 4) { in eap_fast_decrypt()
1330 (unsigned long) wpabuf_len(in_decrypted)); in eap_fast_decrypt()
1331 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
1336 in_decrypted, out_data); in eap_fast_decrypt()
1338 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/eap_peer/
H A Deap_peap.c793 in_decrypted); in eap_peap_decrypt()
795 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
811 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
813 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
821 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
823 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
824 in_decrypted = nmsg; in eap_peap_decrypt()
827 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
832 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
841 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
[all …]
H A Deap_ttls.c1008 pos = wpabuf_mhead(in_decrypted); in eap_ttls_parse_avps()
1009 left = wpabuf_len(in_decrypted); in eap_ttls_parse_avps()
1241 struct wpabuf *in_decrypted, in eap_ttls_process_decrypted() argument
1303 data->pending_phase2_req = wpabuf_dup(in_decrypted); in eap_ttls_process_decrypted()
1399 struct wpabuf *in_decrypted = NULL; in eap_ttls_decrypt() local
1415 in_decrypted = data->pending_phase2_req; in eap_ttls_decrypt()
1417 if (wpabuf_len(in_decrypted) == 0) { in eap_ttls_decrypt()
1418 wpabuf_clear_free(in_decrypted); in eap_ttls_decrypt()
1445 if (eap_ttls_parse_avps(in_decrypted, &parse) < 0) { in eap_ttls_decrypt()
1451 &parse, in_decrypted, out_data); in eap_ttls_decrypt()
[all …]
H A Deap_fast.c1295 struct wpabuf *in_decrypted; in eap_fast_decrypt() local
1307 in_decrypted = data->pending_phase2_req; in eap_fast_decrypt()
1319 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted); in eap_fast_decrypt()
1325 in_decrypted); in eap_fast_decrypt()
1327 if (wpabuf_len(in_decrypted) < 4) { in eap_fast_decrypt()
1330 (unsigned long) wpabuf_len(in_decrypted)); in eap_fast_decrypt()
1331 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
1336 in_decrypted, out_data); in eap_fast_decrypt()
1338 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_peap.c793 in_decrypted); in eap_peap_decrypt()
795 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
811 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
813 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
821 wpabuf_len(in_decrypted)); in eap_peap_decrypt()
823 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
824 in_decrypted = nmsg; in eap_peap_decrypt()
827 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
832 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
841 wpabuf_clear_free(in_decrypted); in eap_peap_decrypt()
[all …]
H A Deap_ttls.c1008 pos = wpabuf_mhead(in_decrypted); in eap_ttls_parse_avps()
1009 left = wpabuf_len(in_decrypted); in eap_ttls_parse_avps()
1241 struct wpabuf *in_decrypted, in eap_ttls_process_decrypted() argument
1303 data->pending_phase2_req = wpabuf_dup(in_decrypted); in eap_ttls_process_decrypted()
1399 struct wpabuf *in_decrypted = NULL; in eap_ttls_decrypt() local
1415 in_decrypted = data->pending_phase2_req; in eap_ttls_decrypt()
1417 if (wpabuf_len(in_decrypted) == 0) { in eap_ttls_decrypt()
1418 wpabuf_clear_free(in_decrypted); in eap_ttls_decrypt()
1445 if (eap_ttls_parse_avps(in_decrypted, &parse) < 0) { in eap_ttls_decrypt()
1451 &parse, in_decrypted, out_data); in eap_ttls_decrypt()
[all …]
H A Deap_fast.c1295 struct wpabuf *in_decrypted; in eap_fast_decrypt() local
1307 in_decrypted = data->pending_phase2_req; in eap_fast_decrypt()
1319 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted); in eap_fast_decrypt()
1325 in_decrypted); in eap_fast_decrypt()
1327 if (wpabuf_len(in_decrypted) < 4) { in eap_fast_decrypt()
1330 (unsigned long) wpabuf_len(in_decrypted)); in eap_fast_decrypt()
1331 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
1336 in_decrypted, out_data); in eap_fast_decrypt()
1338 wpabuf_clear_free(in_decrypted); in eap_fast_decrypt()
/dports/net/hostapd/hostapd-2.9/src/eap_server/
H A Deap_server_peap.c1063 struct wpabuf *in_decrypted; in eap_peap_process_phase2() local
1082 if (in_decrypted == NULL) { in eap_peap_process_phase2()
1090 in_decrypted); in eap_peap_process_phase2()
1097 wpabuf_len(in_decrypted)); in eap_peap_process_phase2()
1099 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1110 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1112 in_decrypted = nbuf; in eap_peap_process_phase2()
1115 hdr = wpabuf_head(in_decrypted); in eap_peap_process_phase2()
1120 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1130 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
[all …]
H A Deap_server_ttls.c1008 struct wpabuf *in_decrypted; in eap_ttls_process_phase2() local
1025 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn, in eap_ttls_process_phase2()
1027 if (in_decrypted == NULL) { in eap_ttls_process_phase2()
1035 in_decrypted); in eap_ttls_process_phase2()
1037 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) { in eap_ttls_process_phase2()
1039 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
1107 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_peap.c1063 struct wpabuf *in_decrypted; in eap_peap_process_phase2() local
1082 if (in_decrypted == NULL) { in eap_peap_process_phase2()
1090 in_decrypted); in eap_peap_process_phase2()
1097 wpabuf_len(in_decrypted)); in eap_peap_process_phase2()
1099 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1110 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1112 in_decrypted = nbuf; in eap_peap_process_phase2()
1115 hdr = wpabuf_head(in_decrypted); in eap_peap_process_phase2()
1120 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1130 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
[all …]
H A Deap_server_ttls.c1008 struct wpabuf *in_decrypted; in eap_ttls_process_phase2() local
1025 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn, in eap_ttls_process_phase2()
1027 if (in_decrypted == NULL) { in eap_ttls_process_phase2()
1035 in_decrypted); in eap_ttls_process_phase2()
1037 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) { in eap_ttls_process_phase2()
1039 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
1107 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_peap.c1063 struct wpabuf *in_decrypted; in eap_peap_process_phase2() local
1082 if (in_decrypted == NULL) { in eap_peap_process_phase2()
1090 in_decrypted); in eap_peap_process_phase2()
1097 wpabuf_len(in_decrypted)); in eap_peap_process_phase2()
1099 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1110 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1112 in_decrypted = nbuf; in eap_peap_process_phase2()
1115 hdr = wpabuf_head(in_decrypted); in eap_peap_process_phase2()
1120 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1130 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
[all …]
H A Deap_server_ttls.c1008 struct wpabuf *in_decrypted; in eap_ttls_process_phase2() local
1025 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn, in eap_ttls_process_phase2()
1027 if (in_decrypted == NULL) { in eap_ttls_process_phase2()
1035 in_decrypted); in eap_ttls_process_phase2()
1037 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) { in eap_ttls_process_phase2()
1039 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
1107 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
/dports/net/hostapd-devel/hostap-14ab4a816/src/eap_server/
H A Deap_server_peap.c1094 struct wpabuf *in_decrypted; in eap_peap_process_phase2() local
1113 if (in_decrypted == NULL) { in eap_peap_process_phase2()
1121 in_decrypted); in eap_peap_process_phase2()
1128 wpabuf_len(in_decrypted)); in eap_peap_process_phase2()
1130 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1141 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1143 in_decrypted = nbuf; in eap_peap_process_phase2()
1146 hdr = wpabuf_head(in_decrypted); in eap_peap_process_phase2()
1151 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1161 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
[all …]
H A Deap_server_ttls.c1016 struct wpabuf *in_decrypted; in eap_ttls_process_phase2() local
1033 in_decrypted = tls_connection_decrypt(sm->cfg->ssl_ctx, data->ssl.conn, in eap_ttls_process_phase2()
1035 if (in_decrypted == NULL) { in eap_ttls_process_phase2()
1043 in_decrypted); in eap_ttls_process_phase2()
1045 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) { in eap_ttls_process_phase2()
1047 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
1115 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/eap_server/
H A Deap_server_peap.c1094 struct wpabuf *in_decrypted; in eap_peap_process_phase2() local
1113 if (in_decrypted == NULL) { in eap_peap_process_phase2()
1121 in_decrypted); in eap_peap_process_phase2()
1128 wpabuf_len(in_decrypted)); in eap_peap_process_phase2()
1130 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1141 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1143 in_decrypted = nbuf; in eap_peap_process_phase2()
1146 hdr = wpabuf_head(in_decrypted); in eap_peap_process_phase2()
1151 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
1161 wpabuf_free(in_decrypted); in eap_peap_process_phase2()
[all …]
H A Deap_server_ttls.c1016 struct wpabuf *in_decrypted; in eap_ttls_process_phase2() local
1033 in_decrypted = tls_connection_decrypt(sm->cfg->ssl_ctx, data->ssl.conn, in eap_ttls_process_phase2()
1035 if (in_decrypted == NULL) { in eap_ttls_process_phase2()
1043 in_decrypted); in eap_ttls_process_phase2()
1045 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) { in eap_ttls_process_phase2()
1047 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()
1115 wpabuf_free(in_decrypted); in eap_ttls_process_phase2()

12