Home
last modified time | relevance | path

Searched refs:ERR_set_error (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DERR_new.pod5 ERR_new, ERR_set_debug, ERR_set_error, ERR_vset_error
14 void ERR_set_error(int lib, int reason, const char *fmt, ...);
34 ERR_set_error() sets the error information, which are the library
41 ERR_vset_error() works like ERR_set_error(), but takes a B<va_list>
46 ERR_new, ERR_set_debug, ERR_set_error and ERR_vset_error
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr_blocks.c40 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() function
H A Derr_prn.c55 ERR_set_error(lib, reason, NULL /* no data here, so fmt is NULL */); in put_error()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Derr.h.in386 void ERR_set_error(int lib, int reason, const char *fmt, ...);
394 ERR_set_error)
401 ERR_set_error((lib), (reason), NULL))
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfipsprov.c779 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() function