Searched refs:petype (Results 1 – 1 of 1) sorted by relevance
227 ASN1_OBJECT **petype; in CMS_get0_eContentType() local228 petype = cms_get0_econtent_type(cms); in CMS_get0_eContentType()229 if (petype) in CMS_get0_eContentType()230 return *petype; in CMS_get0_eContentType()236 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local237 petype = cms_get0_econtent_type(cms); in CMS_set1_eContentType()238 if (!petype) in CMS_set1_eContentType()245 ASN1_OBJECT_free(*petype); in CMS_set1_eContentType()246 *petype = etype; in CMS_set1_eContentType()