Lines Matching defs:in_data
471 * @in_data: Next incoming TLS segment
476 const struct wpabuf *in_data)
481 in_len = in_data ? wpabuf_len(in_data) : 0;
519 if (in_data)
520 wpabuf_put_buf(data->tls_in, in_data);
536 * @in_data: Next incoming TLS segment
546 struct eap_ssl_data *data, const struct wpabuf *in_data,
551 if (data->tls_in_left > wpabuf_len(in_data) || data->tls_in) {
553 int res = eap_peer_tls_reassemble_fragment(data, in_data);
564 data->tls_in = wpabuf_dup(in_data);
577 * @in_data: Message received from the server
583 const struct wpabuf *in_data,
590 msg = eap_peer_tls_data_reassemble(data, in_data, &need_more_input);
710 * @in_data: Message received from the server
733 u8 id, const struct wpabuf *in_data,
741 wpabuf_len(in_data) > 0) {
752 int res = eap_tls_process_input(sm, data, in_data, out_data);
1034 * @in_data: Message received from the server
1039 const struct wpabuf *in_data,
1045 msg = eap_peer_tls_data_reassemble(data, in_data, &need_more_input);
1066 * @in_data: Plaintext phase 2 data to encrypt or %NULL to continue fragments
1072 const struct wpabuf *in_data,
1075 if (in_data) {
1078 data->conn, in_data);
1082 (unsigned long) wpabuf_len(in_data));