Searched refs:BN_rshift1 (Results 1 – 16 of 16) sorted by relevance
/openssl/doc/man3/ |
H A D | BN_set_bit.pod | 6 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 D | bn_gcd.c | 294 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 D | bn_shift.c | 45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
|
H A D | bn_sqrt.c | 254 if (!BN_rshift1(t, q)) in BN_mod_sqrt()
|
H A D | bn_div.c | 77 if (!BN_rshift1(D, D))
|
H A D | bn_prime.c | 180 if (!BN_rshift1(t, ret)) in BN_generate_prime_ex2()
|
H A D | bn_gf2m.c | 591 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 D | tlssrp_depr.c | 35 p != NULL && BN_rshift1(p, N) && in srp_Verify_N_and_g()
|
/openssl/test/ |
H A D | rsa_sp800_56b_test.c | 464 && TEST_true(BN_rshift1(n, n)) in test_invalid_keypair() 563 && TEST_true(BN_rshift1(n, n)) in test_check_public_key()
|
H A D | bntest.c | 1173 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 D | ectest.c | 551 || !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 D | dh_check.c | 214 if (!BN_rshift1(t1, dh->params.p)) in DH_check()
|
/openssl/include/openssl/ |
H A D | bn.h | 338 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
/openssl/crypto/ec/ |
H A D | ec_lib.c | 352 if (!BN_rshift1(group->cofactor, group->order) /* n/2 */ in ec_guess_cofactor()
|
H A D | ecp_smpl.c | 786 if (!BN_rshift1(r->Y, n0)) in ossl_ec_GFp_simple_add()
|
/openssl/util/ |
H A D | libcrypto.num | 1273 BN_rshift1 1303 3_0_0 EXIST::FUNCTION:
|
Completed in 56 milliseconds