Searched refs:petype (Results 1 – 1 of 1) sorted by relevance
340 ASN1_OBJECT **petype; in CMS_get0_eContentType() local341 petype = cms_get0_econtent_type(cms); in CMS_get0_eContentType()342 if (petype) in CMS_get0_eContentType()343 return *petype; in CMS_get0_eContentType()349 ASN1_OBJECT **petype, *etype; in CMS_set1_eContentType() local351 petype = cms_get0_econtent_type(cms); in CMS_set1_eContentType()352 if (petype == NULL) in CMS_set1_eContentType()359 ASN1_OBJECT_free(*petype); in CMS_set1_eContentType()360 *petype = etype; in CMS_set1_eContentType()
Completed in 5 milliseconds