Searched refs:ctype_nid (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/pkcs7/ |
H A D | pk7_mime.c | 33 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 D | cms_io.c | 84 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 D | SMIME_write_ASN1.pod | 13 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 D | asn_mime.c | 239 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 D | asn1.h.in | 935 int ctype_nid, int econt_nid, 938 int ctype_nid, int econt_nid,
|
Completed in 20 milliseconds