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

  /external/openssl/crypto/bn/
bn_gf2m.c 267 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[])
361 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
363 * BN_GF2m_mod_arr function.
377 ret = BN_GF2m_mod_arr(r, a, arr);
423 if (BN_GF2m_mod_arr(r, s, p))
481 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
830 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
959 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
989 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
bn.h 660 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
    [all...]
  /external/openssl/crypto/ec/
ec2_smpl.c 212 if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err;
217 if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err;
285 if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err;
ec2_oct.c 117 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
ec2_mult.c 249 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
  /external/openssl/include/openssl/
bn.h 660 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
    [all...]

Completed in 151 milliseconds