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

12345

/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Dtests.c366 if (BN_cmp(t1, t2) op 0) \
H A Dformat_output.c297 if (l1 != l2 || bn1 == NULL || bn2 == NULL || BN_cmp(bn1, bn2) != 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_ameth.c264 return BN_cmp(b->pkey.dsa->pub_key, a->pkey.dsa->pub_key) == 0;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.c217 BN_cmp(const BIGNUM *bn1, const BIGNUM *bn2) function
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen.c1228 temp = BN_cmp(u, v);
1428 temp = BN_cmp(y, g);
1594 if (BN_cmp(s1[i], s1[j]) == 0)
1633 if (BN_cmp(u, s1[i]) == 0)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c130 if (BN_cmp(b->pkey.rsa->n, a->pkey.rsa->n) != 0
131 || BN_cmp(b->pkey.rsa->e, a->pkey.rsa->e) != 0)
H A Drsa_ossl.c347 if (BN_cmp(ret, f) > 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_ameth.c123 if (BN_cmp(b->pkey.rsa->n, a->pkey.rsa->n) != 0
124 || BN_cmp(b->pkey.rsa->e, a->pkey.rsa->e) != 0)
H A Drsa_ossl.c354 if (BN_cmp(ret, f) > 0)
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddh_kmgmt.c165 ok = ok && BN_cmp(pa, pb) == 0;
175 ok = ok && BN_cmp(pa, pb) == 0;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp224.c1319 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp256.c1930 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp521.c1823 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dformat_output.c296 if (l1 != l2 || bn1 == NULL || bn2 == NULL || BN_cmp(bn1, bn2) != 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_ameth.c368 if (BN_cmp(b->pkey.dh->pub_key, a->pkey.dh->pub_key) != 0)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistp521.c1766 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp256.c1925 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp224.c1311 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c1449 if (BN_cmp(rsa->n, rsa->e) <= 0) {
1472 if (BN_cmp(encbn, rsa->n) >= 0) {
1594 (bignum_is_bad((s)->bn) || BN_cmp((s)->bn, (k)->bn) >= 0)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_lib.c618 int BN_cmp(const BIGNUM *a, const BIGNUM *b) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbn.h274 int BN_cmp(const BIGNUM *a, const BIGNUM *b);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbn.h298 int BN_cmp(const BIGNUM *a, const BIGNUM *b);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopensslecdsa_link.c310 if (BN_cmp(priv1, priv2) != 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_lib.c653 int BN_cmp(const BIGNUM *a, const BIGNUM *b) function
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_openssl.c558 BN_cmp(pub, p) >= 0)
1487 return BN_cmp((const BIGNUM *) a, (const BIGNUM *) b);

Completed in 551 milliseconds

12345