HomeSort by relevance Sort by last modified time
    Searched refs:BN_mod_sqr (Results 1 - 16 of 16) 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/chromium_org/third_party/boringssl/src/crypto/bn/
sqrt.c 202 if (!BN_mod_sqr(y, b, p, ctx)) {
343 if (!BN_mod_sqr(b, x, p, ctx) ||
374 if (!BN_mod_sqr(t, b, p, ctx)) {
394 if (!BN_mod_sqr(t, t, p, ctx)) {
411 if (!BN_mod_sqr(x, ret, p, ctx)) {
bn_test.c 1225 if (!BN_mod_sqr(r, r, p, ctx))
1231 if (!BN_mod_sqr(a, a, p, ctx))
1241 if (!BN_mod_sqr(r, r, p, ctx))
div.c 460 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) {
  /system/extras/verity/
generate_verity_key.c 56 BN_mod_sqr(rr, r, n, ctx);
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
simple.c 314 if (!BN_mod_sqr(tmp_1, a, p, ctx))
322 if (!BN_mod_sqr(tmp_2, b, p, ctx))
573 if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx))
    [all...]
oct.c 378 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx) ||
  /external/openssl/crypto/ec/
ecp_oct.c 111 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err;
ecp_smpl.c 332 if (!BN_mod_sqr(tmp_1, a, p, ctx)) goto err;
337 if (!BN_mod_sqr(tmp_2, b, p, ctx)) goto err;
609 if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx)) goto err;
1338 return BN_mod_sqr(r, a, &group->field, ctx);
  /system/core/adb/
adb_auth_host.c 87 BN_mod_sqr(rr, r, n, ctx);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 507 OPENSSL_EXPORT int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m,
    [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 386 milliseconds