/openssl/test/ |
H A D | simpledynamic.c | 18 int sd_load(const char *filename, SD *lib, int type) in sd_load() 29 int sd_sym(SD lib, const char *symname, SD_SYM *sym) in sd_sym() 35 int sd_close(SD lib) in sd_close() 47 int sd_load(const char *filename, SD *lib, ossl_unused int type) in sd_load() 53 int sd_sym(SD lib, const char *symname, SD_SYM *sym) in sd_sym() 59 int sd_close(SD lib) in sd_close()
|
H A D | errtest.c | 29 char *lib; in test_print_error_format() local
|
H A D | p_test.c | 77 static void p_set_error(int lib, int reason, const char *file, int line, in p_set_error()
|
H A D | quic_multistream_test.c | 309 #define OP_EXPECT_ERR_LIB(lib) \ argument
|
H A D | evp_test.c | 4732 int lib = ERR_GET_LIB(err); in key_unsupported() local
|
/openssl/crypto/err/ |
H A D | err_all_legacy.c | 47 # define IMPLEMENT_LEGACY_ERR_LOAD(lib) \ argument 53 # define IMPLEMENT_LEGACY_ERR_LOAD(lib) \ argument
|
H A D | err_blocks.c | 40 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() 49 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error()
|
H A D | err_local.h | 41 int lib, int reason) in err_set_error()
|
H A D | err.c | 248 static void err_patch(int lib, ERR_STRING_DATA *str) in err_patch() 283 int ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() 307 int ERR_unload_strings(int lib, ERR_STRING_DATA *str) in ERR_unload_strings()
|
H A D | err_prn.c | 50 static void put_error(int lib, const char *func, int reason, in put_error()
|
/openssl/providers/ |
H A D | legacyprov.c | 276 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() 285 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error()
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | META.json | 50 "lib" : "0", string
|
/openssl/providers/implementations/encode_decode/ |
H A D | decode_pvk2key.c | 137 int err, lib, reason; in pvk2key_decode() local
|
/openssl/include/openssl/ |
H A D | err.h.in | 280 # define ERR_PACK(lib,func,reason) \ argument 390 # define ERR_raise(lib, reason) ERR_raise_data((lib),(reason),NULL) argument 398 # define ERR_put_error(lib, func, reason, file, line) \ argument
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 884 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() 893 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error()
|
/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 732 const char *lib = NULL, *reason = NULL; in ossl_cmp_error_new() local
|
/openssl/crypto/http/ |
H A D | http_client.c | 1159 int lib = ERR_GET_LIB(err); in OSSL_HTTP_exchange() local
|