Home
last modified time | relevance | path

Searched refs:OBJ_cmp (Results 1 – 25 of 48) 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()
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()
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.c55 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()
/third_party/node/deps/openssl/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()
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()
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.c55 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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dobject.rs30 pub fn OBJ_cmp(a: *const ASN1_OBJECT, b: *const ASN1_OBJECT) -> c_int; in OBJ_cmp() function
/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/node/deps/openssl/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/node/deps/openssl/openssl/crypto/ocsp/
Docsp_lib.c95 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
/third_party/openssl/crypto/ocsp/
Docsp_lib.c95 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
/third_party/node/deps/openssl/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/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()
/third_party/node/deps/openssl/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()
/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/node/deps/openssl/openssl/include/openssl/
Dobjects.h76 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);

12