Searched refs:ERR_LIB_CMS (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/openssl/crypto/cms/ |
| HD | cms_err.c | 69 # 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/ |
| HD | err.h | 196 # define ERR_LIB_CMS 46 macro 232 # define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
|
| HD | err.c | 156 {ERR_PACK(ERR_LIB_CMS, 0, 0), "CMS routines"},
|