Searched refs:ERR_set_error (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_new.pod | 5 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
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 397 void ERR_set_error(int lib, int reason, const char *fmt, ...); 405 ERR_set_error) 412 ERR_set_error((lib), (reason), NULL))
|
H A D | err.h.in | 386 void ERR_set_error(int lib, int reason, const char *fmt, ...); 394 ERR_set_error) 401 ERR_set_error((lib), (reason), NULL))
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err_blocks.c | 40 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() function
|
H A D | err_prn.c | 55 ERR_set_error(lib, reason, NULL /* no data here, so fmt is NULL */); in put_error()
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | fipsprov.c | 779 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() 777 void ERR_set_error(int lib, int reason, const char *fmt, ...) ERR_set_error() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4423 ERR_set_error;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1647 MLINKS+= ERR_new.3 ERR_set_error.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4651 ERR_set_error 4779 3_0_0 EXIST::FUNCTION:
|