Home | History | Annotate | Download | only in eap_server

Lines Matching refs:in_decrypted

999 	struct wpabuf *in_decrypted;
1016 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1018 if (in_decrypted == NULL) {
1026 in_decrypted);
1033 wpabuf_len(in_decrypted));
1035 wpabuf_free(in_decrypted);
1044 wpabuf_len(in_decrypted));
1045 wpabuf_put_buf(nbuf, in_decrypted);
1046 wpabuf_free(in_decrypted);
1048 in_decrypted = nbuf;
1051 hdr = wpabuf_head(in_decrypted);
1052 if (wpabuf_len(in_decrypted) < (int) sizeof(*hdr)) {
1055 (unsigned long) wpabuf_len(in_decrypted));
1056 wpabuf_free(in_decrypted);
1061 if (len > wpabuf_len(in_decrypted)) {
1064 (unsigned long) wpabuf_len(in_decrypted),
1066 wpabuf_free(in_decrypted);
1075 eap_peap_process_phase2_response(sm, data, in_decrypted);
1093 wpabuf_free(in_decrypted);