Searched refs:ERR_CAPI_error (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_capi_err.h | 19 # define CAPIerr(f, r) ERR_CAPI_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)
|
H A D | e_capi_err.c | 88 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 D | e_capi_err.h | 14 # define CAPIerr(f, r) ERR_CAPI_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
|
H A D | e_capi_err.c | 114 static void ERR_CAPI_error(int function, int reason, char *file, int line) in ERR_CAPI_error() function
|