Home
last modified time | relevance | path

Searched refs:OBJ_cmp (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openssl/crypto/x509/
Dpcy_node.c20 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()
141 if (!OBJ_cmp(x->valid_policy, oid)) in ossl_policy_node_match()
148 if (!OBJ_cmp(policy_oid, oid)) in ossl_policy_node_match()
Dv3_genn.c127 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()
Dpcy_cache.c214 return OBJ_cmp((*a)->valid_policy, (*b)->valid_policy); in policy_data_cmp()
Dx509_v3.c52 if (OBJ_cmp(ex->object, obj) == 0) in X509v3_get_ext_by_OBJ()
Dv3_ncons.c497 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
523 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
Dx509_att.c50 if (OBJ_cmp(ex->object, obj) == 0) in X509at_get_attr_by_OBJ()
Dx509name.c83 if (OBJ_cmp(ne->object, obj) == 0) in X509_NAME_get_index_by_OBJ()
/third_party/openssl/crypto/objects/
Dobj_lib.c57 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b) in OBJ_cmp() function
/third_party/openssl/doc/man3/
DOBJ_nid2obj.pod7 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.
/third_party/openssl/crypto/ocsp/
Docsp_lib.c95 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
Docsp_vfy.c286 if (OBJ_cmp(tmpid->hashAlgorithm.algorithm, in ocsp_check_ids()
/third_party/openssl/crypto/asn1/
Da_type.c72 result = OBJ_cmp(a->value.object, b->value.object); in ASN1_TYPE_cmp()
Dx_algor.c90 rv = OBJ_cmp(a->algorithm, b->algorithm); in X509_ALGOR_cmp()
/third_party/openssl/crypto/ts/
Dts_rsp_verify.c410 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()
Dts_rsp_sign.c508 if (!requested || !OBJ_cmp(requested, ctx->default_policy)) in ts_RESP_get_policy()
514 if (!OBJ_cmp(requested, current)) in ts_RESP_get_policy()
/third_party/openssl/ohos_lite/include/openssl/
Dobjects.h68 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
/third_party/openssl/include/openssl/
Dobjects.h76 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
/third_party/openssl/crypto/cms/
Dcms_ess.c349 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()
Dcms_sd.c155 if (OBJ_cmp(si->digestAlgorithm->algorithm, in cms_copy_messageDigest()
/third_party/openssl/apps/
Dx509.c217 if (OBJ_cmp(obj, skid) != 0 && OBJ_cmp(obj, akid) != 0 in x509_to_req()
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c199 if (!OBJ_cmp(si->digest_alg->algorithm, sitmp->digest_alg->algorithm)) { in pkcs7_copy_existing_digest()
Dpk7_lib.c216 if (OBJ_cmp(obj, alg->algorithm) == 0) { in PKCS7_add_signer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c779 (OBJ_cmp(cid1->hashAlgorithm->algorithm, in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c779 (OBJ_cmp(cid1->hashAlgorithm->algorithm, in check_ocsp_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c931 if (oid && OBJ_cmp(poid, oid) == 0) in dpp_get_curve_oid()

12