Symbol: der_heim_oid_cmp
crypto/heimdal/kdc/pkinit.c
462
if (der_heim_oid_cmp(&ecp.u.namedCurve, &asn1_oid_id_ec_group_secp256r1) == 0)
crypto/heimdal/kdc/pkinit.c
706
ret = der_heim_oid_cmp(&contentInfoOid, &asn1_oid_id_pkcs7_signedData);
crypto/heimdal/kdc/pkinit.c
756
if (der_heim_oid_cmp(&eContentType, &asn1_oid_id_pkcs7_data) != 0 &&
crypto/heimdal/kdc/pkinit.c
757
der_heim_oid_cmp(&eContentType, &asn1_oid_id_pkauthdata) != 0)
crypto/heimdal/kdc/pkinit.c
831
if (der_heim_oid_cmp(&ap.clientPublicValue->algorithm.algorithm, &asn1_oid_id_dhpublicnumber) == 0) {
crypto/heimdal/kdc/pkinit.c
836
} else if (der_heim_oid_cmp(&ap.clientPublicValue->algorithm.algorithm, &asn1_oid_id_ecPublicKey) == 0) {
crypto/heimdal/lib/asn1/check-der.c
437
return der_heim_oid_cmp((heim_oid *)a, (heim_oid *)b);
crypto/heimdal/lib/asn1/check-der.c
906
ret = der_heim_oid_cmp(&o2, oid);
crypto/heimdal/lib/asn1/der-protos.h
359
der_heim_oid_cmp (
crypto/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c
62
ret = (der_heim_oid_cmp(&oid, &prefix) == 0);
crypto/heimdal/lib/gssapi/mech/gss_decapsulate_token.c
60
if (der_heim_oid_cmp(&ct.thisMech, &o) == 0) {
crypto/heimdal/lib/hx509/ca.c
428
if (der_heim_oid_cmp(oid, &tbs->eku.val[i]) == 0)
crypto/heimdal/lib/hx509/cert.c
1295
diff = der_heim_oid_cmp(&p->algorithm, &q->algorithm);
crypto/heimdal/lib/hx509/cert.c
1710
if (der_heim_oid_cmp(&c->val[i].type, &n->val[i].type) != 0)
crypto/heimdal/lib/hx509/cert.c
1752
if (der_heim_oid_cmp(&c->u.otherName.type_id,
crypto/heimdal/lib/hx509/cert.c
2141
|| der_heim_oid_cmp(&proxy_issuer.u.rdnSequence.val[j - 1].val[0].type,
crypto/heimdal/lib/hx509/cert.c
2506
if (der_heim_oid_cmp(&n->type, &asn1_oid_id_at_commonName) == 0) {
crypto/heimdal/lib/hx509/cert.c
2595
if (der_heim_oid_cmp(oid, &cert->attrs.val[i]->oid) == 0)
crypto/heimdal/lib/hx509/cert.c
3280
if (der_heim_oid_cmp(eku, &e.val[i]) == 0) {
crypto/heimdal/lib/hx509/cert.c
3286
if (der_heim_oid_cmp(id_any_eku, &e.val[i]) == 0) {
crypto/heimdal/lib/hx509/cert.c
595
if (der_heim_oid_cmp(&c->extensions->val[*idx].extnID, oid) == 0)
crypto/heimdal/lib/hx509/cert.c
775
der_heim_oid_cmp(&sa.val[j].u.otherName.type_id, oid) == 0)
crypto/heimdal/lib/hx509/cms.c
1261
if (der_heim_oid_cmp(sigctx->eContentType, &asn1_oid_id_pkcs7_data) != 0) {
crypto/heimdal/lib/hx509/cms.c
1433
return der_heim_oid_cmp(&p->algorithm, &q->algorithm);
crypto/heimdal/lib/hx509/cms.c
751
if (der_heim_oid_cmp(&attr->val[i].type, oid) == 0)
crypto/heimdal/lib/hx509/cms.c
999
if (der_heim_oid_cmp(match_oid, &sd.encapContentInfo.eContentType) &&
crypto/heimdal/lib/hx509/crypto.c
1505
if (der_heim_oid_cmp(sig_algs[i]->sig_oid, oid) == 0)
crypto/heimdal/lib/hx509/crypto.c
1524
if (der_heim_oid_cmp(sig_algs[i]->key_oid, keytype) != 0)
crypto/heimdal/lib/hx509/crypto.c
1558
if (der_heim_oid_cmp(private_algs[i]->key_oid, oid) == 0)
crypto/heimdal/lib/hx509/crypto.c
1641
if (der_heim_oid_cmp(&spi->algorithm.algorithm, md->key_oid) != 0) {
crypto/heimdal/lib/hx509/crypto.c
1859
if (der_heim_oid_cmp(oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) != 0) {
crypto/heimdal/lib/hx509/crypto.c
2062
if ((*key)->ops && der_heim_oid_cmp((*key)->ops->key_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2066
} else if ((*key)->ops && der_heim_oid_cmp((*key)->ops->key_oid, ASN1_OID_ID_ECPUBLICKEY) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2387
if (der_heim_oid_cmp(oid, ciphers[i].oid) == 0)
crypto/heimdal/lib/hx509/crypto.c
279
if (der_heim_oid_cmp(oid, ASN1_OID_ID_EC_GROUP_SECP256R1) == 0)
crypto/heimdal/lib/hx509/crypto.c
281
else if (der_heim_oid_cmp(oid, ASN1_OID_ID_EC_GROUP_SECP160R1) == 0)
crypto/heimdal/lib/hx509/crypto.c
283
else if (der_heim_oid_cmp(oid, ASN1_OID_ID_EC_GROUP_SECP160R2) == 0)
crypto/heimdal/lib/hx509/crypto.c
2839
if (der_heim_oid_cmp(oid, ASN1_OID_ID_PBEWITHSHAAND40BITRC2_CBC) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2844
} else if (der_heim_oid_cmp(oid, ASN1_OID_ID_PBEWITHSHAAND128BITRC2_CBC) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2850
} else if (der_heim_oid_cmp(oid, ASN1_OID_ID_PBEWITHSHAAND40BITRC4) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2855
} else if (der_heim_oid_cmp(oid, ASN1_OID_ID_PBEWITHSHAAND128BITRC4) == 0) {
crypto/heimdal/lib/hx509/crypto.c
2861
} else if (der_heim_oid_cmp(oid, ASN1_OID_ID_PBEWITHSHAAND3_KEYTRIPLEDES_CBC) == 0) {
crypto/heimdal/lib/hx509/crypto.c
3093
if (der_heim_oid_cmp(key->ops->key_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) == 0)
crypto/heimdal/lib/hx509/crypto.c
3095
if (der_heim_oid_cmp(key->ops->key_oid, ASN1_OID_ID_ECPUBLICKEY) == 0)
crypto/heimdal/lib/hx509/crypto.c
3160
if (der_heim_oid_cmp(sig_algs[j]->sig_oid,
crypto/heimdal/lib/hx509/crypto.c
3164
der_heim_oid_cmp(keytype, sig_algs[j]->key_oid))
crypto/heimdal/lib/hx509/crypto.c
3232
der_heim_oid_cmp(sig_algs[i]->key_oid, keytype))
crypto/heimdal/lib/hx509/crypto.c
366
if (der_heim_oid_cmp(&spi->algorithm.algorithm, ASN1_OID_ID_ECPUBLICKEY) != 0)
crypto/heimdal/lib/hx509/crypto.c
427
if (signer->ops && der_heim_oid_cmp(signer->ops->key_oid, ASN1_OID_ID_ECPUBLICKEY) != 0)
crypto/heimdal/lib/hx509/crypto.c
495
if (der_heim_oid_cmp(signer->ops->key_oid, &asn1_oid_id_ecPublicKey) != 0)
crypto/heimdal/lib/hx509/crypto.c
600
der_heim_oid_cmp(&di.digestAlgorithm.algorithm,
crypto/heimdal/lib/hx509/crypto.c
657
if (signer->ops && der_heim_oid_cmp(signer->ops->key_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) != 0)
crypto/heimdal/lib/hx509/crypto.c
665
if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_PKCS1_SHA512WITHRSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
667
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_PKCS1_SHA384WITHRSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
669
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_PKCS1_SHA256WITHRSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
671
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_PKCS1_SHA1WITHRSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
673
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_PKCS1_MD5WITHRSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
675
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_PKCS1_MD5WITHRSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
677
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_DSA_WITH_SHA1) == 0) {
crypto/heimdal/lib/hx509/crypto.c
679
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) == 0) {
crypto/heimdal/lib/hx509/crypto.c
681
} else if (der_heim_oid_cmp(sig_oid, ASN1_OID_ID_HEIM_RSA_PKCS1_X509) == 0) {
crypto/heimdal/lib/hx509/hxtool.c
268
if (der_heim_oid_cmp(&oid, &asn1_oid_id_pkcs7_signedData) != 0)
crypto/heimdal/lib/hx509/hxtool.c
539
if (der_heim_oid_cmp(&oid, &asn1_oid_id_pkcs7_envelopedData) != 0)
crypto/heimdal/lib/hx509/ks_p12.c
142
if (der_heim_oid_cmp(&asn1_oid_id_pkcs_9_at_certTypes_x509, &cb.certType)) {
crypto/heimdal/lib/hx509/ks_p12.c
251
if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) == 0)
crypto/heimdal/lib/hx509/ks_p12.c
288
if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) == 0)
crypto/heimdal/lib/hx509/ks_p12.c
317
if (der_heim_oid_cmp(bagtypes[i].oid, oid) == 0)
crypto/heimdal/lib/hx509/ks_p12.c
380
if (der_heim_oid_cmp(&pfx.authSafe.contentType, &asn1_oid_id_pkcs7_data) != 0) {
crypto/heimdal/lib/hx509/ks_p12.c
63
if (der_heim_oid_cmp(oid, &attrs->val[i].attrId) == 0)
crypto/heimdal/lib/hx509/name.c
151
if (der_heim_oid_cmp(no[i].o, type) == 0)
crypto/heimdal/lib/hx509/name.c
457
*c = der_heim_oid_cmp(&n1->u.rdnSequence.val[i].val[j].type,
crypto/heimdal/lib/hx509/print.c
602
if (der_heim_oid_cmp(altname_types[j].oid,
crypto/heimdal/lib/hx509/print.c
954
if (der_heim_oid_cmp(check_extension[j].oid,
crypto/heimdal/lib/hx509/revoke.c
296
ret = der_heim_oid_cmp(&resp.responseBytes->responseType,
crypto/heimdal/lib/krb5/crypto-pk.c
220
if (der_heim_oid_cmp(&asn1_oid_id_pkinit_kdf_ah_sha1, &ai->algorithm) == 0) {
crypto/heimdal/lib/krb5/crypto-pk.c
222
} else if (der_heim_oid_cmp(&asn1_oid_id_pkinit_kdf_ah_sha256, &ai->algorithm) == 0) {
crypto/heimdal/lib/krb5/crypto-pk.c
224
} else if (der_heim_oid_cmp(&asn1_oid_id_pkinit_kdf_ah_sha512, &ai->algorithm) == 0) {
crypto/heimdal/lib/krb5/pkinit.c
1183
if (der_heim_oid_cmp(&asn1_oid_id_pkcs7_envelopedData, dataType)) {
crypto/heimdal/lib/krb5/pkinit.c
1234
if (der_heim_oid_cmp(&type2, &asn1_oid_id_pkcs7_signedData)) {
crypto/heimdal/lib/krb5/pkinit.c
1271
if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkcs7_data) != 0) {
crypto/heimdal/lib/krb5/pkinit.c
1277
if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkrkeydata) != 0) {
crypto/heimdal/lib/krb5/pkinit.c
1429
if (der_heim_oid_cmp(&asn1_oid_id_pkcs7_signedData, dataType)) {
crypto/heimdal/lib/krb5/pkinit.c
1450
if (der_heim_oid_cmp(&contentType, &asn1_oid_id_pkdhkeydata)) {
crypto/heimdal/lib/krb5/pkinit.c
2552
if (der_heim_oid_cmp(&alg.algorithm, &asn1_oid_id_ecPublicKey) == 0)