Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/engines/
H A De_capi_err.c145 static int CAPI_lib_error_code = 0; variable
150 if (CAPI_lib_error_code == 0) in ERR_load_CAPI_strings()
151 CAPI_lib_error_code = ERR_get_next_error_library(); in ERR_load_CAPI_strings()
156 ERR_load_strings(CAPI_lib_error_code, CAPI_str_functs); in ERR_load_CAPI_strings()
157 ERR_load_strings(CAPI_lib_error_code, CAPI_str_reasons); in ERR_load_CAPI_strings()
161 CAPI_lib_name->error = ERR_PACK(CAPI_lib_error_code, 0, 0); in ERR_load_CAPI_strings()
171 ERR_unload_strings(CAPI_lib_error_code, CAPI_str_functs); in ERR_unload_CAPI_strings()
172 ERR_unload_strings(CAPI_lib_error_code, CAPI_str_reasons); in ERR_unload_CAPI_strings()
184 if (CAPI_lib_error_code == 0) in ERR_CAPI_error()
185 CAPI_lib_error_code = ERR_get_next_error_library(); in ERR_CAPI_error()
[all …]