Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_asid.c392 return ASN1_INTEGER_cmp(a->u.id, b->u.id); in ASIdOrRange_cmp()
612 ASN1_INTEGER_cmp(a_min, a_max) > 0 || in ASIdentifierChoice_is_canonical()
613 ASN1_INTEGER_cmp(b_min, b_max) > 0) in ASIdentifierChoice_is_canonical()
647 ASN1_INTEGER_cmp(a_min, a_max) > 0) in ASIdentifierChoice_is_canonical()
719 if (ASN1_INTEGER_cmp(a_min, b_min) > 0) in ASIdentifierChoice_canonize()
725 if (ASN1_INTEGER_cmp(a_min, a_max) > 0 || in ASIdentifierChoice_canonize()
726 ASN1_INTEGER_cmp(b_min, b_max) > 0) in ASIdentifierChoice_canonize()
798 ASN1_INTEGER_cmp(a_min, a_max) > 0) in ASIdentifierChoice_canonize()
920 if (ASN1_INTEGER_cmp(min, max) > 0) { in v2i_ASIdentifiers()
1021 if (ASN1_INTEGER_cmp(p_max, c_max) < 0) in asid_contains()
[all …]
H A Dx509_cmp.c82 i = ASN1_INTEGER_cmp(ai->serialNumber, bi->serialNumber); in X509_issuer_and_serial_cmp()
H A Dx509_purp.c865 ASN1_INTEGER_cmp(X509_get_serialNumber(issuer), akid->serial)) in X509_check_akid()
H A Dx509_vfy.c1169 if (ASN1_INTEGER_cmp(delta->base_crl_number, base->crl_number) > 0) in check_delta_base()
1172 if (ASN1_INTEGER_cmp(delta->crl_number, base->crl_number) > 0) in check_delta_base()
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1basic.c633 if (ASN1_INTEGER_cmp(a, b) != 0) { in asn1_integer_cmp_test()
642 if (ASN1_INTEGER_cmp(a, b) >= 0) { in asn1_integer_cmp_test()
646 if (ASN1_INTEGER_cmp(b, a) <= 0) { in asn1_integer_cmp_test()
655 if (ASN1_INTEGER_cmp(a, b) <= 0) { in asn1_integer_cmp_test()
659 if (ASN1_INTEGER_cmp(b, a) >= 0) { in asn1_integer_cmp_test()
668 if (ASN1_INTEGER_cmp(a, b) <= 0) { in asn1_integer_cmp_test()
672 if (ASN1_INTEGER_cmp(b, a) >= 0) { in asn1_integer_cmp_test()
681 if (ASN1_INTEGER_cmp(a, b) != 0) { in asn1_integer_cmp_test()
/openbsd/lib/libcrypto/ocsp/
H A Docsp_lib.c183 return ASN1_INTEGER_cmp(a->serialNumber, b->serialNumber); in OCSP_id_cmp()
/openbsd/lib/libcrypto/asn1/
H A Dx_crl.c524 return(ASN1_INTEGER_cmp((*a)->serialNumber, (*b)->serialNumber)); in X509_REVOKED_cmp()
598 if (ASN1_INTEGER_cmp(rev->serialNumber, serial)) in crl_lookup()
H A Da_int.c119 ASN1_INTEGER_cmp(const ASN1_INTEGER *a, const ASN1_INTEGER *b) in ASN1_INTEGER_cmp() function
132 LCRYPTO_ALIAS(ASN1_INTEGER_cmp);
H A Dasn1.h562 int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y);
/openbsd/lib/libcrypto/ts/
H A Dts_rsp_verify.c457 if (ASN1_INTEGER_cmp(is->serial, X509_get_serialNumber(cert))) in TS_issuer_serial_cmp()
794 if (ASN1_INTEGER_cmp(a, b) != 0) { in TS_check_nonces()
/openbsd/lib/libcrypto/hidden/openssl/
H A Dasn1.h70 LCRYPTO_USED(ASN1_INTEGER_cmp);
/openbsd/lib/libcrypto/cms/
H A Dcms_lib.c722 return ASN1_INTEGER_cmp(ias->serialNumber, X509_get_serialNumber(cert)); in cms_ias_cert_cmp()
/openbsd/lib/libcrypto/pkcs7/
H A Dpk7_doit.c419 return ASN1_INTEGER_cmp(pcert->cert_info->serialNumber, in pkcs7_cmp_ri()
/openbsd/lib/libcrypto/
H A DSymbols.list59 ASN1_INTEGER_cmp