Searched refs:ERR_CAPI_error (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/crypto/openssl/engines/ |
| D | e_capi_err.h | 69 static void ERR_CAPI_error(int function, int reason, char *file, int line); 70 # define CAPIerr(f,r) ERR_CAPI_error((f),(r),__FILE__,__LINE__)
|
| D | e_capi_err.c | 182 static void ERR_CAPI_error(int function, int reason, char *file, int line) in ERR_CAPI_error() function
|