/freebsd/crypto/openssl/crypto/x509/ |
H A D | pcy_node.c | 20 return OBJ_cmp((*a)->data->valid_policy, (*b)->data->valid_policy); in node_cmp() 52 if (!OBJ_cmp(node->data->valid_policy, id)) in ossl_policy_level_find_node() 149 if (!OBJ_cmp(x->valid_policy, oid)) in ossl_policy_node_match() 156 if (!OBJ_cmp(policy_oid, oid)) in ossl_policy_node_match()
|
H A D | v3_genn.c | 127 result = OBJ_cmp(a->d.rid, b->d.rid); in GENERAL_NAME_cmp() 141 if ((result = OBJ_cmp(a->type_id, b->type_id)) != 0) in OTHERNAME_cmp()
|
H A D | pcy_cache.c | 214 return OBJ_cmp((*a)->valid_policy, (*b)->valid_policy); in policy_data_cmp()
|
H A D | x509_v3.c | 55 if (OBJ_cmp(ex->object, obj) == 0) in X509v3_get_ext_by_OBJ()
|
H A D | v3_ncons.c | 497 OBJ_cmp(gen->d.otherName->type_id, in nc_match() 523 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
|
H A D | x509name.c | 86 if (OBJ_cmp(ne->object, obj) == 0) in X509_NAME_get_index_by_OBJ()
|
H A D | x509_att.c | 50 if (OBJ_cmp(ex->object, obj) == 0) in X509at_get_attr_by_OBJ()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_lib.c | 57 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b) in OBJ_cmp() function
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_lib.c | 95 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
|
H A D | ocsp_vfy.c | 286 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OBJ_nid2obj.pod | 7 OBJ_nid2sn, OBJ_obj2nid, OBJ_txt2nid, OBJ_ln2nid, OBJ_sn2nid, OBJ_cmp, 30 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b); 85 OBJ_cmp() compares I<a> to I<b>. If the two are identical 0 is returned.
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_type.c | 72 result = OBJ_cmp(a->value.object, b->value.object); in ASN1_TYPE_cmp()
|
H A D | x_algor.c | 90 rv = OBJ_cmp(a->algorithm, b->algorithm); in X509_ALGOR_cmp()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | objects.h | 76 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 410 if (OBJ_cmp(req_oid, resp_oid) != 0) { in ts_check_policy() 497 if (OBJ_cmp(algor_a->algorithm, algor_b->algorithm)) in ts_check_imprints()
|
H A D | ts_rsp_sign.c | 508 if (!requested || !OBJ_cmp(requested, ctx->default_policy)) in ts_RESP_get_policy() 514 if (!OBJ_cmp(requested, current)) in ts_RESP_get_policy()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_ess.c | 349 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()
|
H A D | cms_sd.c | 155 if (OBJ_cmp(si->digestAlgorithm->algorithm, in cms_copy_messageDigest()
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 217 if (OBJ_cmp(obj, skid) != 0 && OBJ_cmp(obj, akid) != 0 in x509_to_req()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 199 if (!OBJ_cmp(si->digest_alg->algorithm, sitmp->digest_alg->algorithm)) { in pkcs7_copy_existing_digest()
|
H A D | pk7_lib.c | 221 if (OBJ_cmp(obj, alg->algorithm) == 0) { in PKCS7_add_signer()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl_ocsp.c | 774 (OBJ_cmp(cid1->hashAlgorithm->algorithm, in check_ocsp_resp()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1892 OBJ_cmp;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2586 MLINKS+= OBJ_nid2obj.3 OBJ_cmp.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2335 OBJ_cmp 2385 3_0_0 EXIST::FUNCTION:
|