Home
last modified time | relevance | path

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

/openssl/crypto/pkcs7/
H A Dpk7_attr.c97 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) in PKCS7_add_attrib_content_type() argument
101 if (!coid) in PKCS7_add_attrib_content_type()
102 coid = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_add_attrib_content_type()
104 V_ASN1_OBJECT, coid); in PKCS7_add_attrib_content_type()
/openssl/crypto/cms/
H A Dcms_smime.c324 const ASN1_OBJECT *coid = CMS_get0_eContentType(cms); in CMS_verify() local
326 if (OBJ_obj2nid(coid) == NID_id_ct_asciiTextWithCRLF) in CMS_verify()
/openssl/include/openssl/
H A Dpkcs7.h.in345 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid);

Completed in 18 milliseconds