Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pkcs7/
Dpk7_attr.c86 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) in PKCS7_add_attrib_content_type() argument
90 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()
/third_party/openssl/ohos_lite/include/openssl/
Dpkcs7.h306 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid);
/third_party/openssl/crypto/cms/
Dcms_smime.c321 const ASN1_OBJECT *coid = CMS_get0_eContentType(cms); in CMS_verify() local
323 if (OBJ_obj2nid(coid) == NID_id_ct_asciiTextWithCRLF) in CMS_verify()
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs25 pub coid: i32,
120 pub coid: ::c_int,
/third_party/openssl/include/openssl/
Dpkcs7.h.in342 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid);