Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_capi_err.h19 # define CAPIerr(f, r) ERR_CAPI_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)
H A De_capi_err.c88 static void ERR_CAPI_error(int function, int reason, const char *file, int line) in ERR_CAPI_error() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi_err.h14 # define CAPIerr(f, r) ERR_CAPI_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
H A De_capi_err.c114 static void ERR_CAPI_error(int function, int reason, char *file, int line) in ERR_CAPI_error() function