Searched refs:BN_rshift1 (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_set_bit.pod | 6 BN_lshift1, BN_rshift, BN_rshift1 - bit operations on BIGNUMs 23 int BN_rshift1(BIGNUM *r, BIGNUM *a); 44 B<r> (C<r=a/2^n>). Note that B<n> must be nonnegative. BN_rshift1() shifts
|
/third_party/openssl/crypto/bn/ |
D | bn_gcd.c | 291 if (!BN_rshift1(X, X)) in int_bn_mod_inverse() 311 if (!BN_rshift1(Y, Y)) in int_bn_mod_inverse() 628 if (!BN_rshift1(g, g)) in BN_gcd() 636 || !BN_rshift1(r, r)) in BN_gcd()
|
D | bn_shift.c | 45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1() function
|
D | bn_sqrt.c | 252 if (!BN_rshift1(t, q)) in BN_mod_sqrt()
|
D | bn_prime.c | 114 if (!BN_rshift1(t, ret)) in BN_generate_prime_ex()
|
D | bn_div.c | 77 if (!BN_rshift1(D, D))
|
D | bn_gf2m.c | 585 if (!BN_rshift1(u, u)) in BN_GF2m_mod_inv_vartime() 591 if (!BN_rshift1(b, b)) in BN_GF2m_mod_inv_vartime()
|
/third_party/openssl/crypto/dh/ |
D | dh_rfc7919.c | 69 if (q == NULL || !BN_rshift1(q, q) || !BN_cmp(dh->q, q)) in DH_get_nid()
|
D | dh_check.c | 161 if (!BN_rshift1(t1, dh->p)) in DH_check()
|
/third_party/openssl/test/ |
D | bntest.c | 1150 if (!TEST_true(BN_rshift1(t, t))) in test_kronecker() 1327 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1329 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1337 || !TEST_true(BN_rshift1(ret, lshift1)) in file_lshift1() 1395 if (!TEST_true(BN_rshift1(ret, a)) in file_rshift()
|
D | ectest.c | 567 || !TEST_true(BN_rshift1(y, y))) in prime_field_tests() 905 || !TEST_true(BN_rshift1(y, y))) in char2_curve_test() 2203 || !TEST_true(BN_rshift1(k, k)) in custom_generator_test()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 303 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
/third_party/openssl/crypto/ec/ |
D | ec_lib.c | 316 if (!BN_rshift1(group->cofactor, group->order) /* n/2 */ in ec_guess_cofactor()
|
D | ecp_smpl.c | 782 if (!BN_rshift1(r->Y, n0)) in ec_GFp_simple_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_openssl.c | 1611 !BN_rshift1(exp, exp) || in crypto_bignum_legendre()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 1684 !BN_rshift1(exp, exp) || in crypto_bignum_legendre()
|
/third_party/openssl/apps/ |
D | s_client.c | 283 p != NULL && BN_rshift1(p, N) && in srp_Verify_N_and_g()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 977 #define BN_rshift1 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_rshift1) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 1314 BN_rshift1 1303 1_1_0 EXIST::FUNCTION:
|