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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_ENGINE,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h135 # define ERR_LIB_ENGINE 38 macro
169 # define ENGINEerr(f,r) ERR_PUT_error(ERR_LIB_ENGINE,(f),(r),__FILE__,__LINE__)
227 # define ERR_R_ENGINE_LIB ERR_LIB_ENGINE/* 38 */
H A Derr_str.c146 {ERR_PACK(ERR_LIB_ENGINE, 0, 0), "engine routines"},

Completed in 56 milliseconds