Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_none.c172 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
Dtls.h566 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.c1904 int tls_connection_enable_workaround(void *tls_ctx, in tls_connection_enable_workaround() function
Dtls_openssl.c4455 int tls_connection_enable_workaround(void *ssl_ctx, in tls_connection_enable_workaround() function
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c193 if (tls_connection_enable_workaround(sm->ssl_ctx, data->ssl.conn)) { in eap_fast_init()