Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_err.c113 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_SMIME_TEXT_ERROR), "smime text error"},
H A Dcms_smime.c113 CMSerror(CMS_R_SMIME_TEXT_ERROR); in cms_copy_content()
442 CMSerror(CMS_R_SMIME_TEXT_ERROR); in CMS_verify()
/dragonfly/crypto/libressl/include/openssl/
H A Dcms.h505 #define CMS_R_SMIME_TEXT_ERROR 140 macro