Searched refs:petype (Results 1 – 1 of 1) sorted by relevance
332 ASN1_OBJECT **petype; in CMS_get0_eContentType() local333 petype = cms_get0_econtent_type(cms); in CMS_get0_eContentType()334 if (petype) in CMS_get0_eContentType()335 return *petype; in CMS_get0_eContentType()341 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local343 petype = cms_get0_econtent_type(cms); in CMS_set1_eContentType()344 if (petype == NULL) in CMS_set1_eContentType()351 ASN1_OBJECT_free(*petype); in CMS_set1_eContentType()352 *petype = etype; in CMS_set1_eContentType()