Searched refs:ERR_set_error (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
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
|
/openssl-master/crypto/err/ |
A D | err_blocks.c | 40 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() function
|
A D | err_prn.c | 55 ERR_set_error(lib, reason, NULL /* no data here, so fmt is NULL */); in put_error()
|
/openssl-master/include/openssl/ |
A D | err.h.in | 374 void ERR_set_error(int lib, int reason, const char *fmt, ...); 382 ERR_set_error) 389 ERR_set_error((lib), (reason), NULL))
|
/openssl-master/providers/fips/ |
A D | fipsprov.c | 776 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() function
|
/openssl-master/util/ |
A D | libcrypto.num | 4651 ERR_set_error 4779 3_0_0 EXIST::FUNCTION:
|
Completed in 18 milliseconds