Home | History | Annotate | Download | only in eap_server

Lines Matching full:in_decrypted

1059 	struct wpabuf *in_decrypted;
1076 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1078 if (in_decrypted == NULL) {
1086 in_decrypted);
1093 wpabuf_len(in_decrypted));
1095 wpabuf_free(in_decrypted);
1104 wpabuf_len(in_decrypted));
1105 wpabuf_put_buf(nbuf, in_decrypted);
1106 wpabuf_free(in_decrypted);
1108 in_decrypted = nbuf;
1111 hdr = wpabuf_head(in_decrypted);
1112 if (wpabuf_len(in_decrypted) < (int) sizeof(*hdr)) {
1115 (unsigned long) wpabuf_len(in_decrypted));
1116 wpabuf_free(in_decrypted);
1121 if (len > wpabuf_len(in_decrypted)) {
1124 (unsigned long) wpabuf_len(in_decrypted),
1126 wpabuf_free(in_decrypted);
1135 eap_peap_process_phase2_response(sm, data, in_decrypted);
1154 wpabuf_free(in_decrypted);