Home
last modified time | relevance | path

Searched refs:OBJ_cmp (Results 1 - 25 of 41) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/x509/
H A 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()
H A Dpcy_cache.c214 return OBJ_cmp((*a)->valid_policy, (*b)->valid_policy); in policy_data_cmp()
H A Dx509_v3.c55 if (OBJ_cmp(ex->object, obj) == 0) in STACK_OF()
H A Dv3_ncons.c497 OBJ_cmp(gen->d.otherName->type_id,
523 OBJ_cmp(gen->d.otherName->type_id,
H A Dx509name.c86 if (OBJ_cmp(ne->object, obj) == 0) in X509_NAME_get_index_by_OBJ()
/third_party/openssl/crypto/x509/
H A 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()
H A Dpcy_cache.c214 return OBJ_cmp((*a)->valid_policy, (*b)->valid_policy); in policy_data_cmp()
H A Dx509_v3.c55 if (OBJ_cmp(ex->object, obj) == 0) in STACK_OF()
H A Dv3_ncons.c497 OBJ_cmp(gen->d.otherName->type_id,
523 OBJ_cmp(gen->d.otherName->type_id,
H A Dx509name.c86 if (OBJ_cmp(ne->object, obj) == 0) in X509_NAME_get_index_by_OBJ()
H A Dx509_att.c50 if (OBJ_cmp(ex->object, obj) == 0) in STACK_OF()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dobject.rs30 pub fn OBJ_cmp(a: *const ASN1_OBJECT, b: *const ASN1_OBJECT) -> c_int; in OBJ_cmp() functions
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_lib.c57 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b) in OBJ_cmp() function
/third_party/openssl/crypto/objects/
H A 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/ocsp/
H A 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/
H A Da_type.c72 result = OBJ_cmp(a->value.object, b->value.object); in ASN1_TYPE_cmp()
/third_party/openssl/crypto/asn1/
H A Da_type.c72 result = OBJ_cmp(a->value.object, b->value.object); in ASN1_TYPE_cmp()
/third_party/openssl/crypto/ocsp/
H A Docsp_lib.c95 ret = OBJ_cmp(a->hashAlgorithm.algorithm, b->hashAlgorithm.algorithm); in OCSP_id_issuer_cmp()
/third_party/openssl/ohos_lite/include/openssl/
H A Dobjects.h68 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
/third_party/node/deps/openssl/openssl/crypto/ts/
H A 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/crypto/ts/
H A 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/include/openssl/
H A Dobjects.h76 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
/third_party/openssl/include/openssl/
H A Dobjects.h76 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b);
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ess.c349 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()
/third_party/openssl/crypto/cms/
H A Dcms_ess.c349 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()

Completed in 11 milliseconds

12