Home
last modified time | relevance | path

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

/openssl/crypto/pkcs7/
H A Dpk7_mime.c33 int ctype_nid = OBJ_obj2nid(p7->type); in SMIME_write_PKCS7() local
36 if (ctype_nid == NID_pkcs7_signed) { in SMIME_write_PKCS7()
46 return SMIME_write_ASN1_ex(bio, (ASN1_VALUE *)p7, data, flags, ctype_nid, in SMIME_write_PKCS7()
/openssl/crypto/cms/
H A Dcms_io.c84 int ctype_nid = OBJ_obj2nid(cms->contentType); in SMIME_write_CMS() local
88 if (ctype_nid == NID_pkcs7_signed) in SMIME_write_CMS()
93 return SMIME_write_ASN1_ex(bio, (ASN1_VALUE *)cms, data, flags, ctype_nid, in SMIME_write_CMS()
/openssl/doc/man3/
H A DSMIME_write_ASN1.pod13 int ctype_nid, int econt_nid,
18 ASN1_VALUE *val, BIO *data, int flags, int ctype_nid, int econt_nid,
29 I<flags> is an optional set of flags. I<ctype_nid> is the NID of the content
/openssl/crypto/asn1/
H A Dasn_mime.c239 int ctype_nid, int econt_nid, in SMIME_write_ASN1_ex() argument
301 if (ctype_nid == NID_pkcs7_enveloped) { in SMIME_write_ASN1_ex()
303 } else if (ctype_nid == NID_id_smime_ct_authEnvelopedData) { in SMIME_write_ASN1_ex()
305 } else if (ctype_nid == NID_pkcs7_signed) { in SMIME_write_ASN1_ex()
312 } else if (ctype_nid == NID_id_smime_ct_compressedData) { in SMIME_write_ASN1_ex()
333 int ctype_nid, int econt_nid, in SMIME_write_ASN1() argument
336 return SMIME_write_ASN1_ex(bio, val, data, flags, ctype_nid, econt_nid, in SMIME_write_ASN1()
/openssl/include/openssl/
H A Dasn1.h.in935 int ctype_nid, int econt_nid,
938 int ctype_nid, int econt_nid,

Completed in 15 milliseconds