Home
last modified time | relevance | path

Searched refs:tls_connection_enable_workaround (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/wpa/src/crypto/
HDtls_none.c172 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
HDtls.h579 int __must_check tls_connection_enable_workaround(void *tls_ctx,
HDtls_internal.c704 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
HDtls_gnutls.c1710 int tls_connection_enable_workaround(void *ssl_ctx, in tls_connection_enable_workaround() function
HDtls_wolfssl.c1960 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
HDtls_openssl.c4953 int tls_connection_enable_workaround(void *ssl_ctx, in tls_connection_enable_workaround() function
/freebsd-14-stable/contrib/wpa/src/eap_peer/
HDeap_fast.c193 if (tls_connection_enable_workaround(sm->ssl_ctx, data->ssl.conn)) { in eap_fast_init()