Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_afalg_err.h19 # define AFALGerr(f, r) ERR_AFALG_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)
H A De_afalg_err.c65 static void ERR_AFALG_error(int function, int reason, const char *file, int line) in ERR_AFALG_error() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_afalg_err.h14 # define AFALGerr(f, r) ERR_AFALG_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
H A De_afalg_err.c78 static void ERR_AFALG_error(int function, int reason, char *file, int line) in ERR_AFALG_error() function