| /freebsd/crypto/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
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_gcd.c | 293 if (!BN_rshift1(X, X)) in int_bn_mod_inverse() 313 if (!BN_rshift1(Y, Y)) in int_bn_mod_inverse() 672 if (!BN_rshift1(g, g)) in BN_gcd() 680 || !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 | 253 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_gf2m.c | 581 if (!BN_rshift1(u, u)) in BN_GF2m_mod_inv_vartime() 587 if (!BN_rshift1(b, b)) in BN_GF2m_mod_inv_vartime()
|
| H A D | bn_prime.c | 180 if (!BN_rshift1(t, ret)) in BN_generate_prime_ex2()
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | tlssrp_depr.c | 32 …!= NULL && BN_is_odd(N) && BN_check_prime(N, bn_ctx, NULL) == 1 && p != NULL && BN_rshift1(p, N) && in srp_Verify_N_and_g()
|
| /freebsd/crypto/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 | 1176 if (!TEST_true(BN_rshift1(t, t))) in test_kronecker() 1353 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1355 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1363 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1421 if (!TEST_true(BN_rshift1(ret, a)) in file_rshift()
|
| H A D | ectest.c | 549 || !TEST_true(BN_rshift1(y, y))) in prime_field_tests() 867 || !TEST_true(BN_rshift1(y, y))) in char2_curve_test() 3152 || !TEST_true(BN_rshift1(k, k)) in custom_generator_test() 3304 || !TEST_true(BN_rshift1(k, k)) in custom_params_test()
|
| /freebsd/crypto/openssl/crypto/dh/ |
| H A D | dh_check.c | 215 if (!BN_rshift1(t1, dh->params.p)) in DH_check()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bn.h | 337 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_lib.c | 356 if (!BN_rshift1(group->cofactor, group->order) /* n/2 */ in ec_guess_cofactor()
|
| H A D | ecp_smpl.c | 785 if (!BN_rshift1(r->Y, n0)) in ossl_ec_GFp_simple_add()
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 565 BN_rshift1;
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 2220 !BN_rshift1(exp, exp) || in crypto_bignum_legendre()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1225 MLINKS+= BN_set_bit.3 BN_rshift1.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 1273 BN_rshift1 1303 3_0_0 EXIST::FUNCTION:
|