Searched refs:push_buf (Results 1 – 2 of 2) sorted by relevance
55 struct wpabuf *push_buf; member188 if (wpabuf_resize(&conn->push_buf, len) < 0) { in tls_push_func()192 wpabuf_put_data(conn->push_buf, buf, len); in tls_push_func()284 wpabuf_free(conn->push_buf); in tls_connection_deinit()318 wpabuf_free(conn->push_buf); in tls_connection_shutdown()319 conn->push_buf = NULL; in tls_connection_shutdown()1480 conn->push_buf == NULL) { in tls_connection_handshake()1483 conn->push_buf = wpabuf_alloc(0); in tls_connection_handshake()1540 if (conn->push_buf == NULL) { in tls_connection_handshake()1542 conn->push_buf = wpabuf_alloc(0); in tls_connection_handshake()[all …]
199 struct wpabuf *push_buf; member482 wpabuf_free(conn->push_buf); in tls_connection_deinit()572 wpabuf_free(conn->push_buf); in tls_connection_shutdown()573 conn->push_buf = NULL; in tls_connection_shutdown()644 …return tls_wpabuf_resize_put_data(&conn->push_buf, buf, len) ? (int)len : MBEDTLS_ERR_SSL_ALLOC_FA… in tls_push_func()2262 if (conn->push_buf == NULL) in tls_connection_handshake()2264 conn->push_buf = wpabuf_alloc(0); in tls_connection_handshake()2274 && conn->established && conn->push_buf == NULL) in tls_connection_handshake()2276 conn->push_buf = wpabuf_alloc(0); in tls_connection_handshake()2308 struct wpabuf *out_data = conn->push_buf; in tls_connection_handshake()[all …]