Searched refs:SSL_get_servername (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dtls1.h309 const char *SSL_get_servername(const SSL *s, const int type);
H A Dssltest.c317 const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
H A Dssl_lib.c1609 const char *SSL_get_servername(const SSL *s, const int type) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dtls1.h309 const char *SSL_get_servername(const SSL *s, const int type);
H A Dssltest.c317 const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
H A Dssl_lib.c1609 const char *SSL_get_servername(const SSL *s, const int type) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c463 const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
467 BIO_printf(bio_err, "Can't use SSL_get_servername\n");
H A Ds_server.c863 const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c463 const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);
467 BIO_printf(bio_err, "Can't use SSL_get_servername\n");
H A Ds_server.c863 const char *servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name);

Completed in 141 milliseconds