Home
last modified time | relevance | path

Searched refs:ERR_LIB_CMS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/openssl/crypto/cms/
HDcms_err.c69 # define ERR_FUNC(func) ERR_PACK(ERR_LIB_CMS,func,0)
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_CMS,0,reason)
/NextBSD/crypto/openssl/crypto/err/
HDerr.h196 # define ERR_LIB_CMS 46 macro
232 # define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
HDerr.c156 {ERR_PACK(ERR_LIB_CMS, 0, 0), "CMS routines"},