/netbsd-src/crypto/external/bsd/openssl.old/dist/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); 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 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> may not be B<NULL>.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | errstr.c | 61 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | errstr.c | 68 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | err_prn.c | 37 ERR_error_string_n(l, buf, sizeof(buf)); in ERR_print_errors_cb()
|
H A D | err.c | 605 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 D | openssl_link.c | 189 ERR_error_string_n(err, buf, sizeof(buf)); in dst__openssl_toresult3()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | openssl_link.c | 205 ERR_error_string_n(err, buf, sizeof(buf)); in dst__openssl_toresult3()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | tls.c | 328 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 D | https-client.c | 69 ERR_error_string_n(oslerr, buffer, sizeof(buffer)); in http_request_done()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | err.h | 237 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | tls_o.c | 678 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 D | tls.c | 1025 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 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()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | net_help.c | 943 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 D | tls_misc.c | 1519 ERR_error_string_n(err, buffer, sizeof(buffer)); in tls_print_errors()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | err.h.in | 445 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | remote.c | 236 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 D | server.c | 1871 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 D | crypto.map | 1347 ERR_error_string_n;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 2099 ERR_error_string_n 2078 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 1098 *) 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'
|