Home
last modified time | relevance | path

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

/crypto/cms/
A Dcms_lib.c340 ASN1_OBJECT **petype; in CMS_get0_eContentType() local
341 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() local
351 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