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 477 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    [all...]
  /external/openssl/crypto/ec/
ecp_oct.c 111 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err;
ecp_smpl.c 331 if (!BN_mod_sqr(tmp_1, a, p, ctx)) goto err;
336 if (!BN_mod_sqr(tmp_2, b, p, ctx)) goto err;
608 if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx)) goto err;
    [all...]
  /external/openssl/include/openssl/
bn.h 477 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx);
    [all...]

Completed in 241 milliseconds