HomeSort by relevance Sort by last modified time
    Searched refs:BN_rshift1 (Results 1 - 16 of 16) 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;
287 if (!BN_rshift1(X, X)) goto err;
306 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_shift.c 99 int BN_rshift1(BIGNUM *r, const BIGNUM *a)
bn_gf2m.c 550 if (!BN_rshift1(u, u)) goto err;
555 if (!BN_rshift1(b, b)) goto err;
738 if (!BN_rshift1(a, a)) goto err;
740 if (!BN_rshift1(u, u)) goto err;
751 if (!BN_rshift1(b, b)) goto err;
753 if (!BN_rshift1(v, v)) goto err;
764 if (!BN_rshift1(a, a)) goto err;
766 if (!BN_rshift1(u, u)) goto err;
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 523 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/openssh/
schnorr.c 558 if (BN_rshift1(ret->q, ret->p) != 1)
559 fatal("%s: BN_rshift1", __func__);
  /external/openssl/crypto/ec/
ectest.c 645 if (!BN_rshift1(y, y)) ABORT;
    [all...]
ecp_smpl.c 793 if (!BN_rshift1(&r->Y, n0)) goto end;
    [all...]
  /external/openssl/include/openssl/
bn.h 523 int BN_rshift1(BIGNUM *r, const BIGNUM *a);
    [all...]
  /external/openssl/apps/
s_client.c 417 p != NULL && BN_rshift1(p, N) &&
    [all...]
apps.c     [all...]

Completed in 294 milliseconds