contentType        87 source4/heimdal/lib/hx509/cms.c     ret = der_copy_oid(oid, &ci.contentType);
contentType       146 source4/heimdal/lib/hx509/cms.c     ret = der_copy_oid(&ci.contentType, oid);
contentType       355 source4/heimdal/lib/hx509/cms.c 		     heim_oid *contentType,
contentType       373 source4/heimdal/lib/hx509/cms.c     memset(contentType, 0, sizeof(*contentType));
contentType       455 source4/heimdal/lib/hx509/cms.c     ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType);
contentType       514 source4/heimdal/lib/hx509/cms.c 	der_free_oid(contentType);
contentType       551 source4/heimdal/lib/hx509/cms.c 		     const heim_oid *contentType,
contentType       669 source4/heimdal/lib/hx509/cms.c     ret = der_copy_oid(contentType, &ed.encryptedContentInfo.contentType);
contentType       762 source4/heimdal/lib/hx509/cms.c 			heim_oid *contentType,
contentType       776 source4/heimdal/lib/hx509/cms.c     contentType->length = 0;
contentType       777 source4/heimdal/lib/hx509/cms.c     contentType->components = NULL;
contentType      1004 source4/heimdal/lib/hx509/cms.c     ret = der_copy_oid(&sd.encapContentInfo.eContentType, contentType);
contentType      1026 source4/heimdal/lib/hx509/cms.c 	der_free_oid(contentType);
contentType      1379 source4/heimdal/lib/hx509/cms.c 			    heim_oid *contentType,
contentType      1404 source4/heimdal/lib/hx509/cms.c     ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType);
contentType       238 source4/heimdal/lib/hx509/ks_p12.c     heim_oid contentType;
contentType       241 source4/heimdal/lib/hx509/ks_p12.c     memset(&contentType, 0, sizeof(contentType));
contentType       246 source4/heimdal/lib/hx509/ks_p12.c 				      &contentType,
contentType       251 source4/heimdal/lib/hx509/ks_p12.c     if (der_heim_oid_cmp(&contentType, oid_id_pkcs7_data()) == 0)
contentType       255 source4/heimdal/lib/hx509/ks_p12.c     der_free_oid(&contentType);
contentType       266 source4/heimdal/lib/hx509/ks_p12.c     heim_oid contentType;
contentType       270 source4/heimdal/lib/hx509/ks_p12.c     memset(&contentType, 0, sizeof(contentType));
contentType       280 source4/heimdal/lib/hx509/ks_p12.c 			       &contentType,
contentType       288 source4/heimdal/lib/hx509/ks_p12.c     if (der_heim_oid_cmp(&contentType, oid_id_pkcs7_data()) == 0)
contentType       292 source4/heimdal/lib/hx509/ks_p12.c     der_free_oid(&contentType);
contentType       379 source4/heimdal/lib/hx509/ks_p12.c     if (der_heim_oid_cmp(&pfx.authSafe.contentType, oid_id_pkcs7_data()) != 0) {
contentType       421 source4/heimdal/lib/hx509/ks_p12.c 			  &as.val[i].contentType,
contentType       463 source4/heimdal/lib/hx509/ks_p12.c     ret = der_copy_oid(oid, &as->val[as->len].contentType);
contentType       471 source4/heimdal/lib/hx509/ks_p12.c 	der_free_oid(&as->val[as->len].contentType);
contentType       601 source4/heimdal/lib/hx509/ks_p12.c     ret = der_copy_oid(oid_id_pkcs7_data(), &pfx.authSafe.contentType);
contentType       479 source4/heimdal/lib/krb5/pkinit.c     ret = der_copy_oid(oid, &content_info->contentType);
contentType       729 source4/heimdal/lib/krb5/pkinit.c 		     heim_oid *contentType,
contentType       744 source4/heimdal/lib/krb5/pkinit.c 				  contentType,
contentType       997 source4/heimdal/lib/krb5/pkinit.c     heim_oid contentType = { 0, NULL };
contentType      1012 source4/heimdal/lib/krb5/pkinit.c 			       &contentType,
contentType      1019 source4/heimdal/lib/krb5/pkinit.c     der_free_oid(&contentType);
contentType      1068 source4/heimdal/lib/krb5/pkinit.c 			       &contentType,
contentType      1082 source4/heimdal/lib/krb5/pkinit.c 	if (der_heim_oid_cmp(&contentType, oid_id_pkcs7_data()) != 0) {
contentType      1088 source4/heimdal/lib/krb5/pkinit.c 	if (der_heim_oid_cmp(&contentType, oid_id_pkrkeydata()) != 0) {
contentType      1114 source4/heimdal/lib/krb5/pkinit.c     der_free_oid(&contentType);
contentType      1138 source4/heimdal/lib/krb5/pkinit.c     heim_oid contentType = { 0, NULL };
contentType      1157 source4/heimdal/lib/krb5/pkinit.c 			       &contentType,
contentType      1168 source4/heimdal/lib/krb5/pkinit.c     if (der_heim_oid_cmp(&contentType, oid_id_pkdhkeydata())) {
contentType      1296 source4/heimdal/lib/krb5/pkinit.c     der_free_oid(&contentType);