Searched refs:ERR_LIB_CRYPTO (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcpt_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h121 # define ERR_LIB_CRYPTO 15 macro
160 # define CRYPTOerr(f,r) ERR_PUT_error(ERR_LIB_CRYPTO,(f),(r),__FILE__,__LINE__)
218 # define ERR_R_CRYPTO_LIB ERR_LIB_CRYPTO/* 15 */
H A Derr_str.c137 {ERR_PACK(ERR_LIB_CRYPTO, 0, 0), "common libcrypto routines"},

Completed in 95 milliseconds