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

  /external/openssl/crypto/bn/
bn_sqrt.c 190 if (!BN_mod_sqr(y, b, p, ctx)) goto end;
313 if (!BN_mod_sqr(b, x, p, ctx)) goto end;
340 if (!BN_mod_sqr(t, b, p, ctx)) goto end;
357 if (!BN_mod_sqr(t, t, p, ctx)) goto end;
371 if (!BN_mod_sqr(x, ret, p, ctx))
expspeed.c 263 if (!BN_mod_sqr(a,a,c,ctx)) goto err;
264 if (!BN_mod_sqr(b,b,c,ctx)) goto err;
287 if (!BN_mod_sqr(r,a,c,ctx)) goto err;
288 if (!BN_mod_sqr(r,b,c,ctx)) goto err;
bn_mod.c 203 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx)
bntest.c     [all...]
bn.h 459 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /external/openssl/crypto/ec/
ecp_smpl.c 324 if (!BN_mod_sqr(tmp_1, a, p, ctx)) goto err;
329 if (!BN_mod_sqr(tmp_2, b, p, ctx)) goto err;
601 if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx)) goto err;
678 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err;
    [all...]
  /external/openssl/include/openssl/
bn.h 459 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    [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 439 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);

Completed in 99 milliseconds