Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/doc/man3/
HDERR_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>.
/freebsd-head/crypto/openssl/apps/
HDerrstr.c68 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
/freebsd-head/crypto/openssl/crypto/err/
HDerr.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()
/freebsd-head/contrib/ntp/sntp/libevent/sample/
HDhttps-client.c68 ERR_error_string_n(oslerr, buffer, sizeof(buffer)); in http_request_done()
/freebsd-head/contrib/libevent/sample/
HDhttps-client.c68 ERR_error_string_n(oslerr, buffer, sizeof(buffer)); in http_request_done()
/freebsd-head/crypto/openssl/include/openssl/
HDerr.h456 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
HDerr.h.in445 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
/freebsd-head/contrib/unbound/validator/
HDval_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()
/freebsd-head/contrib/unbound/util/
HDnet_help.c1018 ERR_error_string_n(err, buf, sizeof(buf)); in log_crypto_err_code()
1021 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_err_code()
/freebsd-head/secure/lib/libcrypto/
HDVersion.map1343 ERR_error_string_n;
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile1619 MLINKS+= ERR_error_string.3 ERR_error_string_n.3
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num2030 ERR_error_string_n 2078 3_0_0 EXIST::FUNCTION:
/freebsd-head/crypto/openssl/
HDCHANGES.md3351 * Reimplement -newreq-nodes and ERR_error_string_n; the
16555 * New function ERR_error_string_n(e, buf, len) which is like
16557 including the 0 terminator. For ERR_error_string_n, 'buf'