Searched refs:coid (Results 1 – 4 of 4) sorted by relevance
86 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) in PKCS7_add_attrib_content_type() argument90 if (!coid) in PKCS7_add_attrib_content_type()91 coid = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_add_attrib_content_type()93 V_ASN1_OBJECT, coid); in PKCS7_add_attrib_content_type()
323 cobject_id & coid = cobject_id_vector[tid]; in register_type() local324 coid.bpis_ptr = bis.get_bpis_ptr(); in register_type()
279 const ASN1_OBJECT *coid = CMS_get0_eContentType(cms); in CMS_verify() local280 if (OBJ_obj2nid(coid) == NID_id_ct_asciiTextWithCRLF) in CMS_verify()
306 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid);