Searched refs:BN_rshift1 (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | gcd.c | 128 if (!BN_rshift1(a, a)) { in euclid() 138 if (!BN_rshift1(b, b)) { in euclid() 150 if (!BN_rshift1(a, a)) { in euclid() 160 if (!BN_rshift1(a, a)) { in euclid() 163 if (!BN_rshift1(b, b)) { in euclid() 309 if (!BN_rshift1(X, X)) { in BN_mod_inverse_ex() 331 if (!BN_rshift1(Y, Y)) { in BN_mod_inverse_ex()
|
D | prime.c | 416 if (!BN_rshift1(t, ret)) { in BN_generate_prime_ex() 785 if (!BN_rshift1(qadd, padd)) { in probable_prime_dh_safe() 807 if (!BN_rshift1(t1, rem)) { in probable_prime_dh_safe()
|
D | sqrt.c | 312 if (!BN_rshift1(t, q)) { in BN_mod_sqrt() 468 !BN_rshift1(estimate, tmp) || in BN_sqrt()
|
D | shift.c | 188 int BN_rshift1(BIGNUM *r, const BIGNUM *a) { in BN_rshift1() function
|
D | bn_test.cc | 597 if (!BN_rshift1(b.get(), a.get())) { in test_rshift1()
|
/external/boringssl/src/crypto/dh/ |
D | check.c | 165 if (!BN_rshift1(t1, dh->p)) { in DH_check()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 477 OPENSSL_EXPORT int BN_rshift1(BIGNUM *r, const BIGNUM *a);
|
/external/boringssl/src/crypto/rsa/ |
D | rsa.c | 761 !BN_rshift1(rsa->q, rsa->q) || in RSA_recover_crt_params()
|
/external/boringssl/src/crypto/ec/ |
D | simple.c | 736 if (!BN_rshift1(&r->Y, n0)) { in ec_GFp_simple_add()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 1223 !BN_rshift1(exp, exp) || in crypto_bignum_legendre()
|