Searched refs:BN_GF2m_mod_arr (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_gf2m.c | 267 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) in BN_GF2m_mod_arr() function 377 ret = BN_GF2m_mod_arr(r, a, arr); in BN_GF2m_mod() 423 if (BN_GF2m_mod_arr(r, s, p)) in BN_GF2m_mod_mul_arr() 481 if (!BN_GF2m_mod_arr(r, s, p)) goto err; in BN_GF2m_mod_sqr_arr() 830 if (!BN_GF2m_mod_arr(u, a, p)) goto err; in BN_GF2m_mod_exp_arr() 959 if (!BN_GF2m_mod_arr(a, a_, p)) goto err; in BN_GF2m_mod_solve_quad_arr() 989 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err; in BN_GF2m_mod_solve_quad_arr()
|
D | bn.h | 662 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
|
/external/openssl/crypto/ec/ |
D | ec2_smpl.c | 213 if (!BN_GF2m_mod_arr(&group->a, a, group->poly)) goto err; in ec_GF2m_simple_group_set_curve() 218 if (!BN_GF2m_mod_arr(&group->b, b, group->poly)) goto err; in ec_GF2m_simple_group_set_curve() 286 if (!BN_GF2m_mod_arr(b, &group->b, group->poly)) goto err; in ec_GF2m_simple_group_check_discriminant()
|
D | ec2_oct.c | 117 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err; in ec_GF2m_simple_set_compressed_coordinates()
|
D | ec2_mult.c | 258 if (!BN_GF2m_mod_arr(x1, &point->X, group->poly)) goto err; /* x1 = x */ in ec_GF2m_montgomery_point_multiply()
|
/external/openssl/include/openssl/ |
D | bn.h | 662 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]);
|