Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dtls_none.c172 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
H A Dtls.h573 int __must_check tls_connection_enable_workaround(void *tls_ctx,
H A Dtls_internal.c712 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
H A Dtls_gnutls.c1710 int tls_connection_enable_workaround(void *ssl_ctx, in tls_connection_enable_workaround() function
H A Dtls_wolfssl.c1911 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
H A Dtls_openssl.c4729 int tls_connection_enable_workaround(void *ssl_ctx, in tls_connection_enable_workaround() function
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast.c193 if (tls_connection_enable_workaround(sm->ssl_ctx, data->ssl.conn)) { in eap_fast_init()