HomeSort by relevance Sort by last modified time
    Searched refs:BN_rshift1 (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
gcd.c 130 if (!BN_rshift1(a, a)) {
140 if (!BN_rshift1(b, b)) {
152 if (!BN_rshift1(a, a)) {
162 if (!BN_rshift1(a, a)) {
165 if (!BN_rshift1(b, b)) {
298 if (!BN_rshift1(X, X)) {
320 if (!BN_rshift1(Y, Y)) {
prime.c 426 if (!BN_rshift1(t, ret)) {
    [all...]
sqrt.c 308 if (!BN_rshift1(t, q)) {
465 !BN_rshift1(estimate, tmp) ||
shift.c 193 int BN_rshift1(BIGNUM *r, const BIGNUM *a) {
bn_test.cc 295 ASSERT_TRUE(BN_rshift1(ret.get(), lshift1.get()));
298 ASSERT_TRUE(BN_rshift1(ret.get(), lshift1.get()));
307 ASSERT_TRUE(BN_rshift1(ret.get(), lshift1.get()));
    [all...]
  /external/boringssl/src/crypto/dh/
check.c 198 if (!BN_rshift1(t1, dh->p)) {
  /external/boringssl/src/include/openssl/
bn.h 481 // BN_rshift1 sets |r| equal to |a| >> 1, where |r| and |a| may be the same
483 OPENSSL_EXPORT int BN_rshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
simple.c 479 if (!BN_rshift1(&r->Y, n0)) {
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 1371 !BN_rshift1(exp, exp) ||
    [all...]

Completed in 365 milliseconds