HomeSort by relevance Sort by last modified time
    Searched defs:in_decrypted (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant/
eap_peap.c 397 u8 *in_decrypted; local
418 in_decrypted = data->pending_phase2_req;
446 in_decrypted = os_malloc(buf_len);
447 if (in_decrypted == NULL) {
457 msg, msg_len, in_decrypted, buf_len);
464 os_free(in_decrypted);
470 wpa_hexdump(MSG_DEBUG, "EAP-PEAP: Decrypted Phase 2 EAP", in_decrypted,
473 hdr = (struct eap_hdr *) in_decrypted;
476 in_decrypted[4] == EAP_TYPE_IDENTITY) {
482 in_decrypted[4] == EAP_TYPE_TLV)
    [all...]
eap_ttls.c 1079 u8 *in_decrypted = NULL, *pos; local
1105 in_decrypted = data->pending_phase2_req;
1109 os_free(in_decrypted);
1110 in_decrypted = NULL;
1139 in_decrypted = os_malloc(buf_len);
1140 if (in_decrypted == NULL) {
1146 hdr = (struct eap_hdr *) in_decrypted;
1150 in_decrypted[sizeof(*hdr)] = EAP_TYPE_IDENTITY;
1162 in_decrypted = os_malloc(buf_len);
1163 if (in_decrypted == NULL)
    [all...]
eap_fast.c 1527 u8 *in_decrypted, *pos, *end; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 762 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...]
eap_fast.c 1258 struct wpabuf *in_decrypted; local
    [all...]
eap_ttls.c 1181 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted,
1188 pos = wpabuf_mhead(in_decrypted);
1189 left = wpabuf_len(in_decrypted);
1584 struct wpabuf *in_decrypted = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 762 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...]
eap_fast.c 1258 struct wpabuf *in_decrypted; local
    [all...]
eap_ttls.c 1184 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted,
1191 pos = wpabuf_mhead(in_decrypted);
1192 left = wpabuf_len(in_decrypted);
1587 struct wpabuf *in_decrypted = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 1376 u8 *in_decrypted; local
    [all...]
eap_peap.c 1031 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...]
eap_ttls.c 1129 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);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 1381 struct wpabuf *in_decrypted; local
    [all...]
eap_server_peap.c 1034 struct wpabuf *in_decrypted; local
1051 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1053 if (in_decrypted == NULL) {
1061 in_decrypted);
1063 hdr = wpabuf_head(in_decrypted);
1070 wpabuf_len(in_decrypted));
1072 wpabuf_free(in_decrypted);
1081 wpabuf_len(in_decrypted));
1082 wpabuf_put_buf(nbuf, in_decrypted);
1083 wpabuf_free(in_decrypted);
    [all...]
eap_server_ttls.c 1107 struct wpabuf *in_decrypted; local
1124 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1126 if (in_decrypted == NULL) {
1134 if (wpabuf_len(in_decrypted) == 0 &&
1146 wpabuf_free(in_decrypted);
1151 in_decrypted);
1153 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) {
1155 wpabuf_free(in_decrypted);
    [all...]

Completed in 349 milliseconds