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

/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr.h114 # define ERR_LIB_OBJ 8 macro
154 # define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__)
212 # define ERR_R_OBJ_LIB ERR_LIB_OBJ/* 8 */
H A Derr_str.c131 {ERR_PACK(ERR_LIB_OBJ, 0, 0), "object identifier routines"},

Completed in 53 milliseconds