Home
last modified time | relevance | path

Searched refs:CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_cd.c80 CMSerror(CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM); in cms_CompressedData_create()
122 CMSerror(CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM); in cms_CompressedData_init_bio()
H A Dcms_err.c130 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM),
H A Dcms_smime.c923 CMSerror(CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM); in CMS_uncompress()
930 CMSerror(CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM); in CMS_compress()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dcms.h516 #define CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM 151 macro