Searched refs:ERR_error_string (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/lib/libcrypto/hidden/openssl/
H A Derr.h40 LCRYPTO_USED(ERR_error_string); variable
/openbsd-current/regress/lib/libcrypto/pem/
H A Dx509_info.c76 ERR_error_string(ERR_get_error(), NULL));
127 ERR_error_string(errcode, NULL),
130 warnx("%s", ERR_error_string(errcode, NULL));
/openbsd-current/regress/lib/libcrypto/x509/
H A Dx509attribute.c47 ERR_error_string(errnum, NULL));
H A Dx509req_ext.c49 ERR_error_string(errnum, NULL));
/openbsd-current/lib/libtls/
H A Dtls_keypair.c160 errstr = ERR_error_string(ssl_err, NULL);
H A Dtls_signer.c101 errstr = ERR_error_string(ssl_err, NULL);
H A Dtls.c786 errstr = ERR_error_string(err, NULL);
802 errstr = ERR_error_string(err, NULL);
/openbsd-current/lib/libcrypto/man/
H A DMakefile148 ERR_error_string.3 \
/openbsd-current/usr.sbin/smtpd/
H A Dca.c164 *errstr = ERR_error_string(ERR_peek_last_error(), NULL);
/openbsd-current/usr.sbin/relayd/
H A Dca.c264 ERR_error_string(ERR_get_error(), buf));
/openbsd-current/lib/libcrypto/err/
H A Derr.c556 * others will be displayed numerically by ERR_error_string.
950 * as ERR_error_string cannot know how large the buffer is */
952 ERR_error_string(unsigned long e, char *ret) function
962 LCRYPTO_ALIAS(ERR_error_string); variable
H A Derr.h365 char *ERR_error_string(unsigned long e, char *buf);
/openbsd-current/regress/usr.bin/ssh/unittests/test_helper/
H A Dtest_helper.c274 file, line, ERR_error_string(openssl_error, NULL));
/openbsd-current/usr.sbin/unbound/util/
H A Dnet_help.c1326 (int)error, ERR_error_string(error, NULL));
1341 ERR_error_string(error, NULL));
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnet_help.c1326 (int)error, ERR_error_string(error, NULL));
1341 ERR_error_string(error, NULL));
/openbsd-current/usr.sbin/lpd/
H A Dio.c935 ERR_error_string(e, buf);
/openbsd-current/regress/lib/libcrypto/bn/
H A Dbn_test.c971 ERR_error_string(l, NULL));
/openbsd-current/sbin/iked/
H A Dca.c2108 ERR_error_string(error, NULL));
/openbsd-current/usr.bin/ssh/
H A Dssh-pkcs11.c80 error_f("libcrypto error: %s", ERR_error_string(e, NULL));

Completed in 303 milliseconds