Searched refs:tls_hello_ext_cb (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2652 static void tls_hello_ext_cb(SSL *s, int client_server, int type, function
2678 static int tls_hello_ext_cb(SSL *s, TLS_EXTENSION *ext, void *arg) function
2727 SSL_set_tlsext_debug_callback(conn->ssl, tls_hello_ext_cb);
2730 if (SSL_set_hello_extension_cb(conn->ssl, tls_hello_ext_cb,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2946 static void tls_hello_ext_cb(SSL *s, int client_server, int type, function
2972 static int tls_hello_ext_cb(SSL *s, TLS_EXTENSION *ext, void *arg) function
3021 SSL_set_tlsext_debug_callback(conn->ssl, tls_hello_ext_cb);
3024 if (SSL_set_hello_extension_cb(conn->ssl, tls_hello_ext_cb,
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2946 static void tls_hello_ext_cb(SSL *s, int client_server, int type, function
2972 static int tls_hello_ext_cb(SSL *s, TLS_EXTENSION *ext, void *arg) function
3021 SSL_set_tlsext_debug_callback(conn->ssl, tls_hello_ext_cb);
3024 if (SSL_set_hello_extension_cb(conn->ssl, tls_hello_ext_cb,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2946 static void tls_hello_ext_cb(SSL *s, int client_server, int type, function
2972 static int tls_hello_ext_cb(SSL *s, TLS_EXTENSION *ext, void *arg) function
3021 SSL_set_tlsext_debug_callback(conn->ssl, tls_hello_ext_cb);
3024 if (SSL_set_hello_extension_cb(conn->ssl, tls_hello_ext_cb,

Completed in 1260 milliseconds