Searched refs:BN_cmp (Results 101 - 112 of 112) sorted by relevance

12345

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dectest.c1508 if (!TEST_int_eq(BN_cmp(x1, x2), 0)
1509 || !TEST_int_eq(BN_cmp(y1, y2), 0))
H A Dbntest.c132 if (BN_cmp(expected, actual) == 0)
1244 if (!BN_is_negative(a) && !BN_is_negative(b) && BN_cmp(a, b) >= 0) {
1747 if (BN_cmp(ret2, mod_sqrt) != 0
/netbsd-current/usr.bin/dc/
H A Dbcode.c1471 cmp = BN_cmp(a->number, b->number);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Dec_kmgmt.c365 ok = ok && BN_cmp(pa, pb) == 0;
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dopensslecdsa_link.c460 if (priv1 == NULL || priv2 == NULL || BN_cmp(priv1, priv2) != 0)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c2422 temp = BN_cmp(bn, s);
2751 temp = BN_cmp(y, s);
3096 temp = BN_cmp(u, peer->iffval);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dbntest.c128 if (BN_cmp(expected, actual) == 0)
1247 if (!BN_is_negative(a) && !BN_is_negative(b) && BN_cmp(a, b) >= 0) {
1751 if (BN_cmp(ret2, mod_sqrt) != 0
H A Dectest.c1191 if (BN_cmp(secp521r1_field, EC_GROUP_get0_field(secp521r1_group)))
1196 if (BN_cmp(sect163r2_field, EC_GROUP_get0_field(sect163r2_group)))
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshkey.c2622 if (BN_cmp(x, tmp) >= 0 || BN_cmp(y, tmp) >= 0)
2659 if (BN_cmp(EC_KEY_get0_private_key(key), tmp) >= 0)
/netbsd-current/sbin/nvmectl/
H A Dbignum.c5405 if (BN_cmp(__UNCONST(a), __UNCONST(b)) >= 0) {
5483 BN_cmp(BIGNUM *a, BIGNUM *b) function
5760 while (BN_cmp(i, one) > 0) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_client.c289 BN_add_word(r, 1) && BN_cmp(r, N) == 0;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c5422 BN_cmp(BIGNUM *a, BIGNUM *b) function

Completed in 208 milliseconds

12345