Home
last modified time | relevance | path

Searched refs:SSL_set_tlsext_host_name (Results 1 – 3 of 3) sorted by relevance

/external/openssl/ssl/
Dtls1.h130 #define SSL_set_tlsext_host_name(s,name) \ macro
/external/openssl/include/openssl/
Dtls1.h130 #define SSL_set_tlsext_host_name(s,name) \ macro
/external/openssl/apps/
Ds_client.c731 if (!SSL_set_tlsext_host_name(con,servername)) in MAIN()