Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/cms/
H A Dcms_err.c16 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CMS,func,0)
17 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CMS,0,reason)
36 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CMS_DATAFINAL_ERROR),
38 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CMS_LIB), "cms lib"},
42 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_TYPE_MISMATCH),
50 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CONTENT_VERIFY_ERROR),
78 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_A_SIGNED_RECEIPT),
81 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_KEK), "not kek"},
92 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NO_KEY), "no key"},
158 ERR_load_strings(ERR_LIB_CMS, CMS_str_functs); in ERR_load_CMS_strings()
[all …]
/openbsd/lib/libcrypto/err/
H A Derr.h184 #define ERR_LIB_CMS 46 macro
223 #define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
262 #define CMSerror(r) ERR_PUT_error(ERR_LIB_CMS,(0xfff),(r),__FILE__,__LINE__)
H A Derr.c176 {ERR_PACK(ERR_LIB_CMS,0,0), "CMS routines"},