Home
last modified time | relevance | path

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

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