Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_enc.c126 CMSerror(CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR); in cms_EncryptedContent_init_bio()
184 CMSerror(CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR); in cms_EncryptedContent_init_bio()
H A Dcms_pwri.c152 CMSerror(CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR); in CMS_add0_recipient_password()
379 CMSerror(CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR); in cms_RecipientInfo_pwri_crypt()
H A Dcms_err.c34 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR),
/dragonfly/crypto/libressl/include/openssl/
H A Dcms.h450 #define CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR 102 macro