/external/boringssl/src/crypto/bn/ |
gcd.c | 128 if (!BN_rshift1(a, a)) { 138 if (!BN_rshift1(b, b)) { 150 if (!BN_rshift1(a, a)) { 160 if (!BN_rshift1(a, a)) { 163 if (!BN_rshift1(b, b)) { 309 if (!BN_rshift1(X, X)) { 331 if (!BN_rshift1(Y, Y)) {
|
prime.c | 416 if (!BN_rshift1(t, ret)) { 785 if (!BN_rshift1(qadd, padd)) { [all...] |
sqrt.c | 312 if (!BN_rshift1(t, q)) { 468 !BN_rshift1(estimate, tmp) ||
|
shift.c | 188 int BN_rshift1(BIGNUM *r, const BIGNUM *a) {
|
bn_test.cc | 227 message(bc_file.get(), "BN_rshift1"); 597 if (!BN_rshift1(b.get(), a.get())) { [all...] |
/external/boringssl/src/crypto/dh/ |
check.c | 165 if (!BN_rshift1(t1, dh->p)) {
|
/external/boringssl/src/include/openssl/ |
bn.h | 475 /* BN_rshift1 sets |r| equal to |a| >> 1, where |r| and |a| may be the same 477 OPENSSL_EXPORT int BN_rshift1(BIGNUM *r, const BIGNUM *a); [all...] |
/external/boringssl/src/crypto/rsa/ |
rsa.c | 761 !BN_rshift1(rsa->q, rsa->q) ||
|
/external/boringssl/src/crypto/ec/ |
simple.c | 736 if (!BN_rshift1(&r->Y, n0)) { [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 1223 !BN_rshift1(exp, exp) ||
|