Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/cms/
Dcms_err.c83 {ERR_PACK(ERR_LIB_CMS, 0, CMS_R_NOT_KEK), "not kek"},
Dcms_env.c525 CMSerror(CMS_R_NOT_KEK); in CMS_RecipientInfo_kekri_id_cmp()
664 CMSerror(CMS_R_NOT_KEK); in CMS_RecipientInfo_kekri_get0_id()
698 CMSerror(CMS_R_NOT_KEK); in CMS_RecipientInfo_set0_key()
Dcms.h481 #define CMS_R_NOT_KEK 123 macro