Searched refs:contentType (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_cd.c48 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData);
70 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) {
H A Dcms_lib.c124 return cms->contentType;
132 cms->contentType = OBJ_nid2obj(NID_pkcs7_data);
168 switch (OBJ_obj2nid(cms->contentType)) {
237 switch (OBJ_obj2nid(cms->contentType)) {
270 switch (OBJ_obj2nid(cms->contentType)) {
313 switch (OBJ_obj2nid(cms->contentType)) {
319 return &cms->d.envelopedData->encryptedContentInfo->contentType;
325 return &cms->d.encryptedData->encryptedContentInfo->contentType;
329 ->contentType;
480 switch (OBJ_obj2nid(cms->contentType)) {
[all...]
H A Dcms_dd.c36 cms->contentType = OBJ_nid2obj(NID_pkcs7_digest);
H A Dcms_enc.c222 ec->contentType = OBJ_nid2obj(NID_pkcs7_data);
241 cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted);
243 } else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted) {
H A Dcms_env.c31 int nid = OBJ_obj2nid(cms->contentType);
65 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped) {
74 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_authEnvelopedData) {
90 cms->d.envelopedData->encryptedContentInfo->contentType =
92 ASN1_OBJECT_free(cms->contentType);
93 cms->contentType = OBJ_nid2obj(NID_pkcs7_enveloped);
110 cms->d.authEnvelopedData->authEncryptedContentInfo->contentType =
112 ASN1_OBJECT_free(cms->contentType);
113 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_authEnvelopedData);
H A Dcms_local.h55 ASN1_OBJECT *contentType; member in struct:CMS_ContentInfo_st
129 ASN1_OBJECT *contentType; member in struct:CMS_EncryptedContentInfo_st
364 ASN1_OBJECT *contentType; member in struct:CMS_Receipt_st
H A Dcms_io.c83 int ctype_nid = OBJ_obj2nid(cms->contentType);
H A Dcms_asn1.c93 ASN1_SIMPLE(CMS_EncryptedContentInfo, contentType, ASN1_OBJECT),
290 } ASN1_ADB_END(CMS_ContentInfo, 0, contentType, 0, &cms_default_tt, NULL);
325 ASN1_SIMPLE(CMS_ContentInfo, contentType, ASN1_OBJECT),
365 ASN1_SIMPLE(CMS_Receipt, contentType, ASN1_OBJECT),
H A Dcms_ess.c349 if (OBJ_cmp(octype, rct->contentType)) {
408 rct.contentType = ctype;
H A Dcms_sd.c29 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_signed) {
48 ASN1_OBJECT_free(cms->contentType);
49 cms->contentType = OBJ_nid2obj(NID_pkcs7_signed);
133 /* Add the contentType attribute */
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dks_p12.c238 heim_oid contentType; local
241 memset(&contentType, 0, sizeof(contentType));
246 &contentType,
251 if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) == 0)
255 der_free_oid(&contentType);
266 heim_oid contentType; local
270 memset(&contentType, 0, sizeof(contentType));
280 &contentType,
[all...]
H A Dcms.c86 ret = der_copy_oid(oid, &ci.contentType);
145 ret = der_copy_oid(&ci.contentType, oid);
340 * @param contentType output type oid, should be freed with der_free_oid().
354 heim_oid *contentType,
373 memset(contentType, 0, sizeof(*contentType));
455 ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType);
517 der_free_oid(contentType);
543 * @param contentType typ
347 hx509_cms_unenvelope(hx509_context context, hx509_certs certs, int flags, const void *data, size_t length, const heim_octet_string *encryptedContent, time_t time_now, heim_oid *contentType, heim_octet_string *content) argument
551 hx509_cms_envelope_1(hx509_context context, int flags, hx509_cert cert, const void *data, size_t length, const heim_oid *encryption_type, const heim_oid *contentType, heim_octet_string *content) argument
779 hx509_cms_verify_signed(hx509_context context, hx509_verify_ctx ctx, unsigned int flags, const void *data, size_t length, const heim_octet_string *signedContent, hx509_certs pool, heim_oid *contentType, heim_octet_string *content, hx509_certs *signer_certs) argument
1586 hx509_cms_decrypt_encrypted(hx509_context context, hx509_lock lock, const void *data, size_t length, heim_oid *contentType, heim_octet_string *content) argument
[all...]
H A Dhxtool.c359 heim_oid contentType; local
370 memset(&contentType, 0, sizeof(contentType));
438 parse_oid(opt->content_type_string, &asn1_oid_id_pkcs7_data, &contentType);
442 &contentType,
460 der_free_oid(&contentType);
512 heim_oid contentType = { 0, NULL }; local
556 NULL, 0, &contentType, &o);
565 der_free_oid(&contentType);
579 heim_oid contentType; local
[all...]
/freebsd-current/contrib/expat/examples/
H A Delement_declarations.c85 contentTypeName(enum XML_Content_Type contentType) { argument
86 switch (contentType) {
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dpkinit.c641 ret = der_copy_oid(oid, &content_info->contentType);
904 heim_oid *contentType,
927 contentType,
1180 heim_oid contentType = { 0, NULL }; local
1199 &contentType,
1206 der_free_oid(&contentType);
1257 &contentType,
1271 if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) != 0) {
1277 if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkrkeydata) != 0) {
1303 der_free_oid(&contentType);
900 pk_verify_sign(krb5_context context, const void *data, size_t length, struct krb5_pk_identity *id, heim_oid *contentType, krb5_data *content, struct krb5_pk_cert **signer) argument
1420 heim_oid contentType = { 0, NULL }; local
[all...]
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js7202 contentType: "application/x-www-form-urlencoded",
7573 if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
7574 jqXHR.setRequestHeader( "Content-Type", s.contentType );
7901 var inspectData = s.contentType === "application/x-www-form-urlencoded" &&

Completed in 240 milliseconds