Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_none.c172 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
Dtls.h581 int __must_check tls_connection_enable_workaround(void *tls_ctx,
Dtls_internal.c704 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.c1960 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
Dtls_mbedtls_alt.c2460 int tls_connection_enable_workaround(void *tls_ctx, struct tls_connection *conn) in tls_connection_enable_workaround() function
Dtls_openssl.c4953 int tls_connection_enable_workaround(void *ssl_ctx, in tls_connection_enable_workaround() function
/hostap-latest/src/eap_peer/
Deap_fast.c193 if (tls_connection_enable_workaround(sm->ssl_ctx, data->ssl.conn)) { in eap_fast_init()