Home
last modified time | relevance | path

Searched refs:ERR_error_string_n (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DERR_error_string.pod5 ERR_error_string, ERR_error_string_n, ERR_lib_error_string,
14 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
27 of the buffer; use ERR_error_string_n() instead.
29 ERR_error_string_n() is a variant of ERR_error_string() that writes
32 For ERR_error_string_n(), I<buf> may not be B<NULL>.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DERR_error_string.pod5 ERR_error_string, ERR_error_string_n, ERR_lib_error_string,
14 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
30 of the buffer; use ERR_error_string_n() instead.
32 ERR_error_string_n() is a variant of ERR_error_string() that writes
35 For ERR_error_string_n(), I<buf> may not be B<NULL>.
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Derrstr.c61 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Derrstr.c68 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Derr_prn.c37 ERR_error_string_n(l, buf, sizeof(buf)); in ERR_print_errors_cb()
H A Derr.c605 void ERR_error_string_n(unsigned long e, char *buf, size_t len) in ERR_error_string_n() function
652 ERR_error_string_n(e, ret, (int)sizeof(buf)); in ERR_error_string()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopenssl_link.c189 ERR_error_string_n(err, buf, sizeof(buf)); in dst__openssl_toresult3()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dopenssl_link.c205 ERR_error_string_n(err, buf, sizeof(buf)); in dst__openssl_toresult3()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr.c567 void ERR_error_string_n(unsigned long e, char *buf, size_t len) in ERR_error_string_n() function
582 ERR_error_string_n(e, ret, (int)sizeof(buf)); in ERR_error_string()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c328 ERR_error_string_n(err, errbuf, sizeof(errbuf)); in isc_tlsctx_createserver()
348 ERR_error_string_n(err, errbuf, sizeof(errbuf)); in isc_tlsctx_createserver()
360 ERR_error_string_n(err, errbuf, sizeof(errbuf)); in isc_tlsctx_createserver()
573 ERR_error_string_n(err, errbuf, sizeof(errbuf)); in isc_tlsctx_set_protocols()
885 ERR_error_string_n(err, errbuf, sizeof(errbuf)); in protoneg_check_protocol()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttps-client.c69 ERR_error_string_n(oslerr, buffer, sizeof(buffer)); in http_request_done()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Derr.h237 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c678 ERR_error_string_n( rc, err, sizeof(err) ); in tlso_session_errmsg()
1547 ERR_error_string_n( l, buf, sizeof( buf ) ); in tlso_report_error()
/netbsd-src/usr.sbin/syslogd/
H A Dtls.c1025 ERR_error_string_n(ERR_get_error(), buf, sizeof(buf)); in tls_connect()
1033 ERR_error_string_n(ERR_get_error(), buf, sizeof(buf)); in tls_connect()
1046 ERR_error_string_n(rc, buf, sizeof(buf)); in tls_connect()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_secalgo.c94 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_error()
111 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_verbose()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnet_help.c943 ERR_error_string_n(err, buf, sizeof(buf)); in log_crypto_err_code()
946 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_err_code()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c1519 ERR_error_string_n(err, buffer, sizeof(buffer)); in tls_print_errors()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Derr.h.in445 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
/netbsd-src/external/bsd/nsd/dist/
H A Dremote.c236 ERR_error_string_n(ERR_get_error(), buf, sizeof(buf)); in log_crypto_err()
239 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_err()
H A Dserver.c1871 ERR_error_string_n(err, buf, sizeof(buf)); in log_crypto_from_err()
1874 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_from_err()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map1347 ERR_error_string_n;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num2099 ERR_error_string_n 2078 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES1098 *) Reimplement -newreq-nodes and ERR_error_string_n; the
11001 *) New function ERR_error_string_n(e, buf, len) which is like
11003 including the 0 terminator. For ERR_error_string_n, 'buf'