Searched refs:in_decrypted (Results 1 - 25 of 48) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_peer/
H A Deap_peap.c762 struct wpabuf *in_decrypted = NULL; local
776 in_decrypted = data->pending_phase2_req;
801 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
807 in_decrypted);
809 hdr = wpabuf_mhead(in_decrypted);
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
812 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
818 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
825 wpabuf_len(in_decrypted));
[all...]
H A Deap_tls_common.h127 struct wpabuf **in_decrypted);
H A Deap_ttls.c1181 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted, argument
1188 pos = wpabuf_mhead(in_decrypted);
1189 left = wpabuf_len(in_decrypted);
1425 struct wpabuf *in_decrypted,
1486 data->pending_phase2_req = wpabuf_dup(in_decrypted);
1584 struct wpabuf *in_decrypted = NULL; local
1600 in_decrypted = data->pending_phase2_req;
1602 if (wpabuf_len(in_decrypted) == 0) {
1603 wpabuf_free(in_decrypted);
1623 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1420 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_peap.c762 struct wpabuf *in_decrypted = NULL; local
776 in_decrypted = data->pending_phase2_req;
801 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
807 in_decrypted);
809 hdr = wpabuf_mhead(in_decrypted);
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
812 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
818 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
825 wpabuf_len(in_decrypted));
[all...]
H A Deap_tls_common.h114 struct wpabuf **in_decrypted);
H A Deap_ttls.c1184 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted, argument
1191 pos = wpabuf_mhead(in_decrypted);
1192 left = wpabuf_len(in_decrypted);
1428 struct wpabuf *in_decrypted,
1489 data->pending_phase2_req = wpabuf_dup(in_decrypted);
1587 struct wpabuf *in_decrypted = NULL; local
1603 in_decrypted = data->pending_phase2_req;
1605 if (wpabuf_len(in_decrypted) == 0) {
1606 wpabuf_free(in_decrypted);
1626 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1423 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_peer/
H A Deap_peap.c762 struct wpabuf *in_decrypted = NULL; local
776 in_decrypted = data->pending_phase2_req;
801 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
807 in_decrypted);
809 hdr = wpabuf_mhead(in_decrypted);
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
812 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
818 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
825 wpabuf_len(in_decrypted));
[all...]
H A Deap_tls_common.h127 struct wpabuf **in_decrypted);
H A Deap_ttls.c1181 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted, argument
1188 pos = wpabuf_mhead(in_decrypted);
1189 left = wpabuf_len(in_decrypted);
1425 struct wpabuf *in_decrypted,
1486 data->pending_phase2_req = wpabuf_dup(in_decrypted);
1584 struct wpabuf *in_decrypted = NULL; local
1600 in_decrypted = data->pending_phase2_req;
1602 if (wpabuf_len(in_decrypted) == 0) {
1603 wpabuf_free(in_decrypted);
1623 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1420 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_peap.c762 struct wpabuf *in_decrypted = NULL; local
776 in_decrypted = data->pending_phase2_req;
801 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
807 in_decrypted);
809 hdr = wpabuf_mhead(in_decrypted);
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
812 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
818 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
825 wpabuf_len(in_decrypted));
[all...]
H A Deap_tls_common.h114 struct wpabuf **in_decrypted);
H A Deap_ttls.c1184 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted, argument
1191 pos = wpabuf_mhead(in_decrypted);
1192 left = wpabuf_len(in_decrypted);
1428 struct wpabuf *in_decrypted,
1489 data->pending_phase2_req = wpabuf_dup(in_decrypted);
1587 struct wpabuf *in_decrypted = NULL; local
1603 in_decrypted = data->pending_phase2_req;
1605 if (wpabuf_len(in_decrypted) == 0) {
1606 wpabuf_free(in_decrypted);
1626 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1423 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/eap_peer/
H A Deap_peap.c762 struct wpabuf *in_decrypted = NULL; local
776 in_decrypted = data->pending_phase2_req;
801 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
807 in_decrypted);
809 hdr = wpabuf_mhead(in_decrypted);
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
812 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
818 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
825 wpabuf_len(in_decrypted));
[all...]
H A Deap_tls_common.h127 struct wpabuf **in_decrypted);
H A Deap_ttls.c1181 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted, argument
1188 pos = wpabuf_mhead(in_decrypted);
1189 left = wpabuf_len(in_decrypted);
1425 struct wpabuf *in_decrypted,
1486 data->pending_phase2_req = wpabuf_dup(in_decrypted);
1584 struct wpabuf *in_decrypted = NULL; local
1600 in_decrypted = data->pending_phase2_req;
1602 if (wpabuf_len(in_decrypted) == 0) {
1603 wpabuf_free(in_decrypted);
1623 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1420 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/eap_peer/
H A Deap_peap.c762 struct wpabuf *in_decrypted = NULL; local
776 in_decrypted = data->pending_phase2_req;
801 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
807 in_decrypted);
809 hdr = wpabuf_mhead(in_decrypted);
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
812 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
818 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
825 wpabuf_len(in_decrypted));
[all...]
H A Deap_tls_common.h114 struct wpabuf **in_decrypted);
H A Deap_ttls.c1184 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted, argument
1191 pos = wpabuf_mhead(in_decrypted);
1192 left = wpabuf_len(in_decrypted);
1428 struct wpabuf *in_decrypted,
1489 data->pending_phase2_req = wpabuf_dup(in_decrypted);
1587 struct wpabuf *in_decrypted = NULL; local
1603 in_decrypted = data->pending_phase2_req;
1605 if (wpabuf_len(in_decrypted) == 0) {
1606 wpabuf_free(in_decrypted);
1626 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1423 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/eap_server/
H A Deap_peap.c1031 struct wpabuf *in_decrypted; local
1063 in_decrypted = wpabuf_alloc(buf_len);
1064 if (in_decrypted == NULL) {
1072 wpabuf_mhead(in_decrypted),
1077 wpabuf_free(in_decrypted);
1081 wpabuf_put(in_decrypted, len_decrypted);
1084 in_decrypted);
1086 hdr = wpabuf_head(in_decrypted);
1093 wpabuf_len(in_decrypted));
1095 wpabuf_free(in_decrypted);
[all...]
H A Deap_ttls.c1129 u8 *in_decrypted; local
1162 in_decrypted = os_malloc(buf_len);
1163 if (in_decrypted == NULL) {
1171 in_decrypted, buf_len);
1175 os_free(in_decrypted);
1193 os_free(in_decrypted);
1198 in_decrypted, len_decrypted);
1200 if (eap_ttls_avp_parse(in_decrypted, len_decrypted, &parse) < 0) {
1202 os_free(in_decrypted);
1260 os_free(in_decrypted);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/eap_server/
H A Deap_peap.c1031 struct wpabuf *in_decrypted; local
1063 in_decrypted = wpabuf_alloc(buf_len);
1064 if (in_decrypted == NULL) {
1072 wpabuf_mhead(in_decrypted),
1077 wpabuf_free(in_decrypted);
1081 wpabuf_put(in_decrypted, len_decrypted);
1084 in_decrypted);
1086 hdr = wpabuf_head(in_decrypted);
1093 wpabuf_len(in_decrypted));
1095 wpabuf_free(in_decrypted);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/eap_server/
H A Deap_peap.c1031 struct wpabuf *in_decrypted; local
1063 in_decrypted = wpabuf_alloc(buf_len);
1064 if (in_decrypted == NULL) {
1072 wpabuf_mhead(in_decrypted),
1077 wpabuf_free(in_decrypted);
1081 wpabuf_put(in_decrypted, len_decrypted);
1084 in_decrypted);
1086 hdr = wpabuf_head(in_decrypted);
1093 wpabuf_len(in_decrypted));
1095 wpabuf_free(in_decrypted);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_server/
H A Deap_server_peap.c1033 struct wpabuf *in_decrypted; local
1050 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1052 if (in_decrypted == NULL) {
1060 in_decrypted);
1062 hdr = wpabuf_head(in_decrypted);
1069 wpabuf_len(in_decrypted));
1071 wpabuf_free(in_decrypted);
1080 wpabuf_len(in_decrypted));
1081 wpabuf_put_buf(nbuf, in_decrypted);
1082 wpabuf_free(in_decrypted);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/eap_server/
H A Deap_server_peap.c1033 struct wpabuf *in_decrypted; local
1050 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1052 if (in_decrypted == NULL) {
1060 in_decrypted);
1062 hdr = wpabuf_head(in_decrypted);
1069 wpabuf_len(in_decrypted));
1071 wpabuf_free(in_decrypted);
1080 wpabuf_len(in_decrypted));
1081 wpabuf_put_buf(nbuf, in_decrypted);
1082 wpabuf_free(in_decrypted);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/eap_server/
H A Deap_server_peap.c1033 struct wpabuf *in_decrypted; local
1050 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1052 if (in_decrypted == NULL) {
1060 in_decrypted);
1062 hdr = wpabuf_head(in_decrypted);
1069 wpabuf_len(in_decrypted));
1071 wpabuf_free(in_decrypted);
1080 wpabuf_len(in_decrypted));
1081 wpabuf_put_buf(nbuf, in_decrypted);
1082 wpabuf_free(in_decrypted);
[all...]

Completed in 136 milliseconds

12