Home
last modified time | relevance | path

Searched refs:lib_code (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/openssl/engines/
H A De_ossltest_err.c29 static int lib_code = 0; variable
34 if (lib_code == 0) in ERR_load_OSSLTEST_strings()
35 lib_code = ERR_get_next_error_library(); in ERR_load_OSSLTEST_strings()
39 ERR_load_strings(lib_code, OSSLTEST_str_functs); in ERR_load_OSSLTEST_strings()
40 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings()
51 ERR_unload_strings(lib_code, OSSLTEST_str_functs); in ERR_unload_OSSLTEST_strings()
52 ERR_unload_strings(lib_code, OSSLTEST_str_reasons); in ERR_unload_OSSLTEST_strings()
60 if (lib_code == 0) in ERR_OSSLTEST_error()
61 lib_code = ERR_get_next_error_library(); in ERR_OSSLTEST_error()
62 ERR_PUT_error(lib_code, function, reason, file, line); in ERR_OSSLTEST_error()
H A De_dasync_err.c39 static int lib_code = 0; variable
44 if (lib_code == 0) in ERR_load_DASYNC_strings()
45 lib_code = ERR_get_next_error_library(); in ERR_load_DASYNC_strings()
49 ERR_load_strings(lib_code, DASYNC_str_functs); in ERR_load_DASYNC_strings()
50 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings()
61 ERR_unload_strings(lib_code, DASYNC_str_functs); in ERR_unload_DASYNC_strings()
62 ERR_unload_strings(lib_code, DASYNC_str_reasons); in ERR_unload_DASYNC_strings()
70 if (lib_code == 0) in ERR_DASYNC_error()
71 lib_code = ERR_get_next_error_library(); in ERR_DASYNC_error()
72 ERR_PUT_error(lib_code, function, reason, file, line); in ERR_DASYNC_error()
H A De_afalg_err.c49 static int lib_code = 0; variable
54 if (lib_code == 0) in ERR_load_AFALG_strings()
55 lib_code = ERR_get_next_error_library(); in ERR_load_AFALG_strings()
59 ERR_load_strings(lib_code, AFALG_str_functs); in ERR_load_AFALG_strings()
60 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings()
71 ERR_unload_strings(lib_code, AFALG_str_functs); in ERR_unload_AFALG_strings()
72 ERR_unload_strings(lib_code, AFALG_str_reasons); in ERR_unload_AFALG_strings()
80 if (lib_code == 0) in ERR_AFALG_error()
81 lib_code = ERR_get_next_error_library(); in ERR_AFALG_error()
82 ERR_PUT_error(lib_code, function, reason, file, line); in ERR_AFALG_error()
H A De_capi_err.c85 static int lib_code = 0; variable
90 if (lib_code == 0) in ERR_load_CAPI_strings()
91 lib_code = ERR_get_next_error_library(); in ERR_load_CAPI_strings()
95 ERR_load_strings(lib_code, CAPI_str_functs); in ERR_load_CAPI_strings()
96 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings()
107 ERR_unload_strings(lib_code, CAPI_str_functs); in ERR_unload_CAPI_strings()
108 ERR_unload_strings(lib_code, CAPI_str_reasons); in ERR_unload_CAPI_strings()
116 if (lib_code == 0) in ERR_CAPI_error()
117 lib_code = ERR_get_next_error_library(); in ERR_CAPI_error()
118 ERR_PUT_error(lib_code, function, reason, file, line); in ERR_CAPI_error()