Lines Matching refs:in_data
1449 const struct wpabuf *in_data, in tls_connection_handshake() argument
1459 if (in_data && wpabuf_len(in_data) > 0) { in tls_connection_handshake()
1466 conn->pull_buf = wpabuf_dup(in_data); in tls_connection_handshake()
1570 const struct wpabuf *in_data, in tls_connection_server_handshake() argument
1573 return tls_connection_handshake(tls_ctx, conn, in_data, appl_data); in tls_connection_server_handshake()
1579 const struct wpabuf *in_data) in tls_connection_encrypt() argument
1584 res = gnutls_record_send(conn->session, wpabuf_head(in_data), in tls_connection_encrypt()
1585 wpabuf_len(in_data)); in tls_connection_encrypt()
1600 const struct wpabuf *in_data) in tls_connection_decrypt() argument
1611 conn->pull_buf = wpabuf_dup(in_data); in tls_connection_decrypt()
1622 out = wpabuf_alloc((wpabuf_len(in_data) + 500) * 3); in tls_connection_decrypt()