Searched refs:ERR_CAPI_error (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/engines/
H A De_capi_err.h68 static void ERR_CAPI_error(int function, int reason, char *file, int line);
69 #define CAPIerr(f,r) ERR_CAPI_error((f),(r),__FILE__,__LINE__)
H A De_capi_err.c179 static void ERR_CAPI_error(int function, int reason, char *file, int line) function

Completed in 81 milliseconds