Searched refs:ERR_error_string_n (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_error_string.pod | 5 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> B<MUST NOT> be NULL.
|
/freebsd/crypto/openssl/apps/ |
H A D | errstr.c | 68 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 567 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/contrib/ntp/sntp/libevent/sample/ |
H A D | https-client.c | 68 ERR_error_string_n(oslerr, buffer, sizeof(buffer)); in http_request_done()
|
/freebsd/contrib/libevent/sample/ |
H A D | https-client.c | 68 ERR_error_string_n(oslerr, buffer, sizeof(buffer)); in http_request_done()
|
/freebsd/crypto/krb5/src/plugins/tls/k5tls/ |
H A D | openssl.c | 69 ERR_error_string_n(err, buf, sizeof(buf)); in flush_errors()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 456 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
|
H A D | err.h.in | 445 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
|
/freebsd/contrib/unbound/validator/ |
H A D | val_secalgo.c | 94 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/contrib/unbound/util/ |
H A D | net_help.c | 1018 ERR_error_string_n(err, buf, sizeof(buf)); in log_crypto_err_io_code_arg() 1021 ERR_error_string_n(e, buf, sizeof(buf)); in log_crypto_err_io_code_arg()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1343 ERR_error_string_n;
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 1112 ERR_error_string_n(err, buf, sizeof(buf)); in oerr()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1688 MLINKS+= ERR_error_string.3 ERR_error_string_n.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2030 ERR_error_string_n 2078 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4620 * Reimplement -newreq-nodes and ERR_error_string_n; the 17829 * New function ERR_error_string_n(e, buf, len) which is like 17831 including the 0 terminator. For ERR_error_string_n, 'buf'
|