Searched refs:ERR_LIB_CMS (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/cms/
H A Dcms_err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CMS,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CMS,0,reason)
/external/openssl/crypto/err/
H A Derr.h197 #define ERR_LIB_CMS 46 macro
233 #define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
H A Derr.c157 {ERR_PACK(ERR_LIB_CMS,0,0) ,"CMS routines"},
/external/openssl/include/openssl/
H A Derr.h197 #define ERR_LIB_CMS 46 macro
233 #define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__)
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Derr.h433 #define ERR_R_CMS_LIB ERR_LIB_CMS

Completed in 2782 milliseconds