Searched refs:wpabuf_size (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dwpabuf.h44 * wpabuf_size - Get the currently allocated size of a wpabuf buffer
48 static inline size_t wpabuf_size(const struct wpabuf *buf) function
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_internal.c575 wpabuf_size(buf));
594 wpabuf_size(buf));
640 wpabuf_size(buf));
H A Dtls_gnutls.c1430 wpabuf_size(ad));
1627 wpabuf_size(out));
H A Dtls_wolfssl.c1661 wpabuf_size(appl_data));
1787 res = wolfSSL_read(conn->ssl, wpabuf_mhead(buf), wpabuf_size(buf));
H A Dtls_openssl.c4261 wpabuf_size(appl_data));
4389 res = BIO_read(conn->ssl_out, wpabuf_mhead(buf), wpabuf_size(buf));
4432 res = SSL_read(conn->ssl, wpabuf_mhead(buf), wpabuf_size(buf));
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c921 if ((data->in_frag_pos + len) > wpabuf_size(data->inbuf)) {
925 (int) wpabuf_size(data->inbuf));
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_pwd.c990 if (data->in_frag_pos > wpabuf_size(data->inbuf)) {
/freebsd-13-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c819 if (wpabuf_size(group->noa) >= noa_len) {
/freebsd-13-stable/contrib/wpa/src/fst/
H A Dfst_session.c298 len += wpabuf_size(extra_buf);

Completed in 170 milliseconds