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 262 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[])
356 * This function calls down to the BN_GF2m_mod_arr implementation; this wrapper
358 * BN_GF2m_mod_arr function.
374 ret = BN_GF2m_mod_arr(r, a, arr);
422 if (BN_GF2m_mod_arr(r, s, p))
480 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
752 if (!BN_GF2m_mod_arr(u, a, p)) goto err;
881 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
911 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
bn.h 629 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
    [all...]
  /external/openssl/crypto/ec/
ec2_smpl.c 203 if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err;
208 if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err;
276 if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err;
450 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
ec2_mult.c 247 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */
  /external/openssl/include/openssl/
bn.h 629 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
    [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 605 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const unsigned int p[]);

Completed in 239 milliseconds