Searched refs:ctype_nid (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libcrypto/pkcs7/ |
| D | pk7_mime.c | 90 int ctype_nid; in SMIME_write_PKCS7() local 92 if ((ctype_nid = OBJ_obj2nid(p7->type)) == NID_pkcs7_signed) { in SMIME_write_PKCS7() 101 ctype_nid, NID_undef, mdalgs, &PKCS7_it); in SMIME_write_PKCS7()
|
| /openbsd/src/lib/libcrypto/cms/ |
| D | cms_io.c | 163 int ctype_nid = OBJ_obj2nid(cms->contentType); in SMIME_write_CMS() local 166 if (ctype_nid == NID_pkcs7_signed) in SMIME_write_CMS() 169 return SMIME_write_ASN1(bio, (ASN1_VALUE *)cms, data, flags, ctype_nid, in SMIME_write_CMS()
|
| /openbsd/src/lib/libcrypto/asn1/ |
| D | asn_mime.c | 279 int ctype_nid, int econt_nid, STACK_OF(X509_ALGOR) *mdalgs, in SMIME_write_ASN1() argument 341 if (ctype_nid == NID_pkcs7_enveloped) in SMIME_write_ASN1() 343 else if (ctype_nid == NID_pkcs7_signed) { in SMIME_write_ASN1() 350 } else if (ctype_nid == NID_id_smime_ct_compressedData) { in SMIME_write_ASN1()
|
| D | asn1_local.h | 180 int ctype_nid, int econt_nid, STACK_OF(X509_ALGOR) *mdalgs,
|