Lines Matching defs:in_data
4498 openssl_handshake(struct tls_connection *conn, const struct wpabuf *in_data)
4508 if (in_data && wpabuf_len(in_data) > 0 &&
4509 BIO_write(conn->ssl_in, wpabuf_head(in_data), wpabuf_len(in_data))
4662 const struct wpabuf *in_data,
4670 out_data = openssl_handshake(conn, in_data);
4699 if (appl_data && in_data)
4701 wpabuf_len(in_data));
4720 const struct wpabuf *in_data,
4723 return openssl_connection_handshake(conn, in_data, appl_data);
4729 const struct wpabuf *in_data,
4733 return openssl_connection_handshake(conn, in_data, appl_data);
4739 const struct wpabuf *in_data)
4753 res = SSL_write(conn->ssl, wpabuf_head(in_data), wpabuf_len(in_data));
4761 buf = wpabuf_alloc(wpabuf_len(in_data) + 300);
4779 const struct wpabuf *in_data)
4785 res = BIO_write(conn->ssl_in, wpabuf_head(in_data),
4786 wpabuf_len(in_data));
4804 buf = wpabuf_alloc((wpabuf_len(in_data) + 500) * 3);