Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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>.
/openssl-master/apps/
A Derrstr.c68 ERR_error_string_n(l, buf, sizeof(buf)); in errstr_main()
/openssl-master/crypto/err/
A Derr.c542 void ERR_error_string_n(unsigned long e, char *buf, size_t len) in ERR_error_string_n() function
557 ERR_error_string_n(e, ret, (int)sizeof(buf)); in ERR_error_string()
/openssl-master/include/openssl/
A Derr.h.in433 void ERR_error_string_n(unsigned long e, char *buf, size_t len);
/openssl-master/util/
A Dlibcrypto.num2030 ERR_error_string_n 2078 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md2387 * Reimplement -newreq-nodes and ERR_error_string_n; the
15591 * New function ERR_error_string_n(e, buf, len) which is like
15593 including the 0 terminator. For ERR_error_string_n, 'buf'

Completed in 33 milliseconds