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

  /external/openssl/crypto/bn/
bn_gcd.c 165 if (!BN_rshift1(a,a)) goto err;
171 if (!BN_rshift1(b,b)) goto err;
180 if (!BN_rshift1(a,a)) goto err;
186 if (!BN_rshift1(a,a)) goto err;
187 if (!BN_rshift1(b,b)) goto err;
286 if (!BN_rshift1(X, X)) goto err;
305 if (!BN_rshift1(Y, Y)) goto err;
bn_prime.c 209 if (!BN_rshift1(t,ret)) goto err;
457 if (!BN_rshift1(qadd,padd)) goto err;
468 if (!BN_rshift1(t1,rem)) goto err;
bn_gf2m.c 548 if (!BN_rshift1(u, u)) goto err;
553 if (!BN_rshift1(b, b)) goto err;
660 if (!BN_rshift1(a, a)) goto err;
662 if (!BN_rshift1(u, u)) goto err;
673 if (!BN_rshift1(b, b)) goto err;
675 if (!BN_rshift1(v, v)) goto err;
686 if (!BN_rshift1(a, a)) goto err;
688 if (!BN_rshift1(u, u)) goto err;
bn_shift.c 99 int BN_rshift1(BIGNUM *r, const BIGNUM *a)
bn_sqrt.c 284 if (!BN_rshift1(t, q)) goto end;
bn_div.c 118 if (!BN_rshift1(D,D)) goto end;
bntest.c 206 message(out,"BN_rshift1");
    [all...]
bn.h 505 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
  /external/openssl/crypto/dh/
dh_check.c 111 if (!BN_rshift1(q,dh->p)) goto err;
  /external/openssl/crypto/jpake/
jpaketest.c 147 BN_rshift1(q, p);
  /external/openssl/crypto/ec/
ectest.c 664 if (!BN_rshift1(y, y)) ABORT;
    [all...]
ecp_smpl.c 1152 if (!BN_rshift1(&r->Y, n0)) goto end;
    [all...]
  /external/openssl/include/openssl/
bn.h 505 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 485 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
  /external/openssl/apps/
apps.c     [all...]

Completed in 517 milliseconds