Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_dasync_err.c23 static int lib_code = 0; variable
28 if (lib_code == 0) in ERR_load_DASYNC_strings()
29 lib_code = ERR_get_next_error_library(); in ERR_load_DASYNC_strings()
33 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings()
44 ERR_unload_strings(lib_code, DASYNC_str_reasons); in ERR_unload_DASYNC_strings()
52 if (lib_code == 0) in ERR_DASYNC_error()
53 lib_code = ERR_get_next_error_library(); in ERR_DASYNC_error()
54 ERR_raise(lib_code, reason); in ERR_DASYNC_error()
H A De_ossltest_err.c23 static int lib_code = 0; variable
28 if (lib_code == 0) in ERR_load_OSSLTEST_strings()
29 lib_code = ERR_get_next_error_library(); in ERR_load_OSSLTEST_strings()
33 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings()
44 ERR_unload_strings(lib_code, OSSLTEST_str_reasons); in ERR_unload_OSSLTEST_strings()
52 if (lib_code == 0) in ERR_OSSLTEST_error()
53 lib_code = ERR_get_next_error_library(); in ERR_OSSLTEST_error()
54 ERR_raise(lib_code, reason); in ERR_OSSLTEST_error()
H A De_loader_attic_err.c40 static int lib_code = 0; variable
45 if (lib_code == 0) in ERR_load_ATTIC_strings()
46 lib_code = ERR_get_next_error_library(); in ERR_load_ATTIC_strings()
50 ERR_load_strings(lib_code, ATTIC_str_reasons); in ERR_load_ATTIC_strings()
61 ERR_unload_strings(lib_code, ATTIC_str_reasons); in ERR_unload_ATTIC_strings()
69 if (lib_code == 0) in ERR_ATTIC_error()
70 lib_code = ERR_get_next_error_library(); in ERR_ATTIC_error()
71 ERR_raise(lib_code, reason); in ERR_ATTIC_error()
H A De_afalg_err.c38 static int lib_code = 0; variable
43 if (lib_code == 0) in ERR_load_AFALG_strings()
44 lib_code = ERR_get_next_error_library(); in ERR_load_AFALG_strings()
48 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings()
59 ERR_unload_strings(lib_code, AFALG_str_reasons); in ERR_unload_AFALG_strings()
67 if (lib_code == 0) in ERR_AFALG_error()
68 lib_code = ERR_get_next_error_library(); in ERR_AFALG_error()
69 ERR_raise(lib_code, reason); in ERR_AFALG_error()
H A De_capi_err.c61 static int lib_code = 0; variable
66 if (lib_code == 0) in ERR_load_CAPI_strings()
67 lib_code = ERR_get_next_error_library(); in ERR_load_CAPI_strings()
71 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings()
82 ERR_unload_strings(lib_code, CAPI_str_reasons); in ERR_unload_CAPI_strings()
90 if (lib_code == 0) in ERR_CAPI_error()
91 lib_code = ERR_get_next_error_library(); in ERR_CAPI_error()
92 ERR_raise(lib_code, reason); in ERR_CAPI_error()