Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/engines/
De_capi_err.h69 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__)
De_capi_err.c182 static void ERR_CAPI_error(int function, int reason, char *file, int line) in ERR_CAPI_error() function