Symbol: ERR_error_string
lib/libcrypto/err/err.c
1087
LCRYPTO_ALIAS(ERR_error_string);
lib/libcrypto/err/err.h
294
char *ERR_error_string(unsigned long e, char *buf);
lib/libcrypto/hidden/openssl/err.h
40
LCRYPTO_USED(ERR_error_string);
lib/libtls/tls.c
786
errstr = ERR_error_string(err, NULL);
lib/libtls/tls.c
802
errstr = ERR_error_string(err, NULL);
lib/libtls/tls_keypair.c
160
errstr = ERR_error_string(ssl_err, NULL);
lib/libtls/tls_signer.c
110
errstr = ERR_error_string(ssl_err, NULL);
regress/lib/libcrypto/bn/bn_test.c
958
ERR_error_string(l, NULL));
regress/lib/libcrypto/err/err_test.c
174
s = ERR_error_string(0x3fff067UL, NULL);
regress/lib/libcrypto/err/err_test.c
181
s = ERR_error_string(0x3fff067UL, buf);
regress/lib/libcrypto/pem/x509_info.c
127
ERR_error_string(errcode, NULL),
regress/lib/libcrypto/pem/x509_info.c
130
warnx("%s", ERR_error_string(errcode, NULL));
regress/lib/libcrypto/pem/x509_info.c
76
ERR_error_string(ERR_get_error(), NULL));
regress/lib/libcrypto/x509/x509attribute.c
47
ERR_error_string(errnum, NULL));
regress/lib/libcrypto/x509/x509req_ext.c
49
ERR_error_string(errnum, NULL));
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
312
file, line, ERR_error_string(openssl_error, NULL));
sbin/iked/ca.c
2151
ERR_error_string(error, NULL));
sbin/unwind/libunbound/util/net_help.c
1496
(int)error, ERR_error_string(error, NULL));
sbin/unwind/libunbound/util/net_help.c
1511
ERR_error_string(error, NULL));
usr.bin/ssh/ssh-pkcs11.c
90
error_f("libcrypto error: %s", ERR_error_string(e, NULL));
usr.sbin/lpd/io.c
935
ERR_error_string(e, buf);
usr.sbin/relayd/ca.c
277
ERR_error_string(ERR_get_error(), buf));
usr.sbin/smtpd/ca.c
164
*errstr = ERR_error_string(ERR_peek_last_error(), NULL);
usr.sbin/unbound/util/net_help.c
1496
(int)error, ERR_error_string(error, NULL));
usr.sbin/unbound/util/net_help.c
1511
ERR_error_string(error, NULL));