Home | History | Annotate | Download | only in crypto

Lines Matching defs:out_data

2330 	struct wpabuf *out_data;
2366 out_data = wpabuf_alloc(res);
2367 if (out_data == NULL) {
2376 res = res == 0 ? 0 : BIO_read(conn->ssl_out, wpabuf_mhead(out_data),
2385 wpabuf_free(out_data);
2388 wpabuf_put(out_data, res);
2390 return out_data;
2434 struct wpabuf *out_data;
2439 out_data = openssl_handshake(conn, in_data, server);
2440 if (out_data == NULL)
2446 return out_data;