Home
last modified time | relevance | path

Searched refs:ASN1_INTEGER_cmp (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/openssl/crypto/x509/
Dv3_asid.c137 return ASN1_INTEGER_cmp(a->u.id, b->u.id); in ASIdOrRange_cmp()
140 int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min); in ASIdOrRange_cmp()
141 return r != 0 ? r : ASN1_INTEGER_cmp(a->u.range->max, in ASIdOrRange_cmp()
146 return ASN1_INTEGER_cmp(a->u.id, b->u.range->min); in ASIdOrRange_cmp()
148 return ASN1_INTEGER_cmp(a->u.range->min, b->u.id); in ASIdOrRange_cmp()
293 if (ASN1_INTEGER_cmp(a_min, b_min) >= 0 || in ASIdentifierChoice_is_canonical()
294 ASN1_INTEGER_cmp(a_min, a_max) > 0 || in ASIdentifierChoice_is_canonical()
295 ASN1_INTEGER_cmp(b_min, b_max) > 0) in ASIdentifierChoice_is_canonical()
318 if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) >= 0) in ASIdentifierChoice_is_canonical()
331 || ASN1_INTEGER_cmp(a_min, a_max) > 0) in ASIdentifierChoice_is_canonical()
[all …]
Dv3_sxnet.c238 if (!ASN1_INTEGER_cmp(id->zone, zone)) in SXNET_get_id_INTEGER()
Dx_crl.c459 if (ASN1_INTEGER_cmp(&rev->serialNumber, serial)) in def_crl_lookup()
Dx509_cmp.c30 i = ASN1_INTEGER_cmp(&ai->serialNumber, &bi->serialNumber); in X509_issuer_and_serial_cmp()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_asid.c137 return ASN1_INTEGER_cmp(a->u.id, b->u.id); in ASIdOrRange_cmp()
140 int r = ASN1_INTEGER_cmp(a->u.range->min, b->u.range->min); in ASIdOrRange_cmp()
141 return r != 0 ? r : ASN1_INTEGER_cmp(a->u.range->max, in ASIdOrRange_cmp()
146 return ASN1_INTEGER_cmp(a->u.id, b->u.range->min); in ASIdOrRange_cmp()
148 return ASN1_INTEGER_cmp(a->u.range->min, b->u.id); in ASIdOrRange_cmp()
302 if (ASN1_INTEGER_cmp(a_min, b_min) >= 0 || in ASIdentifierChoice_is_canonical()
303 ASN1_INTEGER_cmp(a_min, a_max) > 0 || in ASIdentifierChoice_is_canonical()
304 ASN1_INTEGER_cmp(b_min, b_max) > 0) in ASIdentifierChoice_is_canonical()
327 if (ASN1_INTEGER_cmp(a_max_plus_one, b_min) >= 0) in ASIdentifierChoice_is_canonical()
340 || ASN1_INTEGER_cmp(a_min, a_max) > 0) in ASIdentifierChoice_is_canonical()
[all …]
Dv3_sxnet.c248 if (!ASN1_INTEGER_cmp(id->zone, zone)) in SXNET_get_id_INTEGER()
Dx_crl.c459 if (ASN1_INTEGER_cmp(&rev->serialNumber, serial)) in def_crl_lookup()
Dx509_cmp.c30 i = ASN1_INTEGER_cmp(&ai->serialNumber, &bi->serialNumber); in X509_issuer_and_serial_cmp()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
Docsp_lib.c110 return ASN1_INTEGER_cmp(&a->serialNumber, &b->serialNumber); in OCSP_id_cmp()
/third_party/openssl/crypto/ocsp/
Docsp_lib.c110 return ASN1_INTEGER_cmp(&a->serialNumber, &b->serialNumber); in OCSP_id_cmp()
/third_party/node/deps/openssl/openssl/apps/lib/
Dcmp_mock_srv.c231 && ASN1_INTEGER_cmp(serial, in process_cert_request()
285 || ASN1_INTEGER_cmp(serial, in process_rr()
/third_party/openssl/apps/lib/
Dcmp_mock_srv.c231 && ASN1_INTEGER_cmp(serial, in process_cert_request()
285 || ASN1_INTEGER_cmp(serial, in process_rr()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dasn1.rs86 pub fn ASN1_INTEGER_cmp(a: *const ASN1_INTEGER, b: *const ASN1_INTEGER) -> c_int; in ASN1_INTEGER_cmp() function
/third_party/node/deps/openssl/openssl/crypto/ess/
Dess_lib.c209 return ASN1_INTEGER_cmp(is->serial, X509_get0_serialNumber(cert)); in ess_issuer_serial_cmp()
/third_party/openssl/crypto/ess/
Dess_lib.c209 return ASN1_INTEGER_cmp(is->serial, X509_get0_serialNumber(cert)); in ess_issuer_serial_cmp()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Da_int.c23 int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y) in ASN1_INTEGER_cmp() function
/third_party/openssl/crypto/asn1/
Da_int.c23 int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y) in ASN1_INTEGER_cmp() function
/third_party/openssl/crypto/ts/
Dts_rsp_verify.c526 if (ASN1_INTEGER_cmp(a, b) != 0) { in ts_check_nonces()
/third_party/node/deps/openssl/openssl/crypto/ts/
Dts_rsp_verify.c526 if (ASN1_INTEGER_cmp(a, b) != 0) { in ts_check_nonces()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c791 ASN1_INTEGER_cmp(sresp->certID->serialNumber, in check_ocsp_resp()
/third_party/openssl/crypto/cms/
Dcms_lib.c684 return ASN1_INTEGER_cmp(ias->serialNumber, X509_get0_serialNumber(cert)); in ossl_cms_ias_cert_cmp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c791 ASN1_INTEGER_cmp(sresp->certID->serialNumber, in check_ocsp_resp()
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_lib.c685 return ASN1_INTEGER_cmp(ias->serialNumber, X509_get0_serialNumber(cert)); in ossl_cms_ias_cert_cmp()
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto.txt50 ASN1_INTEGER_cmp(3)
/third_party/openssl/crypto/cmp/
Dcmp_client.c859 if (ASN1_INTEGER_cmp(serial, in OSSL_CMP_exec_RR_ses()

12345