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

  /external/openssl/crypto/bn/
bn_mod.c 221 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m)
bn_sqrt.c 182 if (!BN_mod_lshift1_quick(t, A, p)) goto end;
bn.h 461 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 685 if (!BN_mod_lshift1_quick(tmp2, x, &group->field)) goto err;
1140 if (!BN_mod_lshift1_quick(n0, &r->X, p)) goto end;
1209 if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
1220 if (!BN_mod_lshift1_quick(n0, n1, p)) goto err;
1228 if (!BN_mod_lshift1_quick(n1, n0, p)) goto err;
1246 if (!BN_mod_lshift1_quick(&r->Z, n0, p)) goto err;
1257 if (!BN_mod_lshift1_quick(n0, n2, p)) goto err;
1350 if (!BN_mod_lshift1_quick(tmp, Z4, p)) goto err;
    [all...]
  /external/openssl/include/openssl/
bn.h 461 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);
    [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 441 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m);

Completed in 434 milliseconds