Home
last modified time | relevance | path

Searched refs:BN_rshift1 (Results 1 – 16 of 16) sorted by relevance

/openssl/doc/man3/
H A DBN_set_bit.pod6 BN_lshift1, BN_rshift, BN_rshift1 - bit operations on BIGNUMs
23 int BN_rshift1(BIGNUM *r, BIGNUM *a);
47 B<r> (C<r=a/2^n>). Note that B<n> must be nonnegative. BN_rshift1() shifts
/openssl/crypto/bn/
H A Dbn_gcd.c294 if (!BN_rshift1(X, X)) in int_bn_mod_inverse()
314 if (!BN_rshift1(Y, Y)) in int_bn_mod_inverse()
673 if (!BN_rshift1(g, g)) in BN_gcd()
681 || !BN_rshift1(r, r)) in BN_gcd()
H A Dbn_shift.c45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
H A Dbn_sqrt.c254 if (!BN_rshift1(t, q)) in BN_mod_sqrt()
H A Dbn_div.c77 if (!BN_rshift1(D, D))
H A Dbn_prime.c180 if (!BN_rshift1(t, ret)) in BN_generate_prime_ex2()
H A Dbn_gf2m.c591 if (!BN_rshift1(u, u)) in BN_GF2m_mod_inv_vartime()
597 if (!BN_rshift1(b, b)) in BN_GF2m_mod_inv_vartime()
/openssl/apps/lib/
H A Dtlssrp_depr.c35 p != NULL && BN_rshift1(p, N) && in srp_Verify_N_and_g()
/openssl/test/
H A Drsa_sp800_56b_test.c464 && TEST_true(BN_rshift1(n, n)) in test_invalid_keypair()
563 && TEST_true(BN_rshift1(n, n)) in test_check_public_key()
H A Dbntest.c1173 if (!TEST_true(BN_rshift1(t, t))) in test_kronecker()
1350 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1()
1352 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1()
1360 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1()
1418 if (!TEST_true(BN_rshift1(ret, a)) in file_rshift()
H A Dectest.c551 || !TEST_true(BN_rshift1(y, y))) in prime_field_tests()
879 || !TEST_true(BN_rshift1(y, y))) in char2_curve_test()
2772 || !TEST_true(BN_rshift1(k, k)) in custom_generator_test()
2920 || !TEST_true(BN_rshift1(k, k)) in custom_params_test()
/openssl/crypto/dh/
H A Ddh_check.c214 if (!BN_rshift1(t1, dh->params.p)) in DH_check()
/openssl/include/openssl/
H A Dbn.h338 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
/openssl/crypto/ec/
H A Dec_lib.c352 if (!BN_rshift1(group->cofactor, group->order) /* n/2 */ in ec_guess_cofactor()
H A Decp_smpl.c786 if (!BN_rshift1(r->Y, n0)) in ossl_ec_GFp_simple_add()
/openssl/util/
H A Dlibcrypto.num1273 BN_rshift1 1303 3_0_0 EXIST::FUNCTION:

Completed in 87 milliseconds