Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/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>.
/freebsd-13.1/crypto/openssl/apps/
H A Derrstr.c61 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
/freebsd-13.1/crypto/openssl/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()
/freebsd-13.1/contrib/libevent/sample/
H A Dhttps-client.c69 ERR_error_string_n(oslerr, buffer, sizeof(buffer)); in http_request_done()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Derr.h238 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
/freebsd-13.1/contrib/unbound/util/
H A Dnet_help.c901 ERR_error_string_n(err, buf, sizeof(buf)); in log_crypto_err_code()
904 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_err_code()
/freebsd-13.1/contrib/unbound/validator/
H A Dval_secalgo.c94 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_error()
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map1345 ERR_error_string_n;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1347 MLINKS+= ERR_error_string.3 ERR_error_string_n.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES944 *) Reimplement -newreq-nodes and ERR_error_string_n; the
10847 *) New function ERR_error_string_n(e, buf, len) which is like
10849 including the 0 terminator. For ERR_error_string_n, 'buf'