Home
last modified time | relevance | path

Searched refs:SSL_alert_desc_string_long (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_alert_type_string.pod5 …ype_string, SSL_alert_type_string_long, SSL_alert_desc_string, SSL_alert_desc_string_long - get te…
15 const char *SSL_alert_desc_string_long(int value);
28 SSL_alert_desc_string_long() returns a string describing the reason
68 SSL_alert_desc_string_long():
H A DSSL_CTX_set_info_callback.pod144 SSL_alert_desc_string_long(ret));
/freebsd/crypto/openssl/ssl/
H A Dssl_stat.c320 const char *SSL_alert_desc_string_long(int value) in SSL_alert_desc_string_long() function
H A Dt1_trce.c1591 msg[0], SSL_alert_desc_string_long(msg[1]), msg[1]); in SSL_trace()
/freebsd/secure/lib/libssl/
H A DVersion.map206 SSL_alert_desc_string_long;
/freebsd/crypto/openssl/test/
H A Dssl_test.c31 return alert ? SSL_alert_desc_string_long(alert) : "no alert"; in print_alert()
/freebsd/crypto/openssl/util/
H A Dlibssl.num351 SSL_alert_desc_string_long 352 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c481 SSL_alert_desc_string_long(ret)); in apps_ssl_info_callback()
/freebsd/contrib/sendmail/src/
H A Dtls.c2404 SSL_alert_desc_string_long(ret));
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c764 SSL_alert_desc_string_long(ret)); in ssl_info_cb()
777 ev.alert.description = SSL_alert_desc_string_long(ret); in ssl_info_cb()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2082 __owur const char *SSL_alert_desc_string_long(int value);
H A Dssl.h.in2010 __owur const char *SSL_alert_desc_string_long(int value);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3978 MLINKS+= SSL_alert_type_string.3 SSL_alert_desc_string_long.3