Home
last modified time | relevance | path

Searched refs:field_div (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/ec/
Dec2_oct.c125 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err; in ec_GF2m_simple_set_compressed_coordinates()
230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_point2oct()
382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_oct2point()
Dec2_smpl.c481 if (!group->meth->field_div(group, s, s, t, ctx)) goto err; in ec_GF2m_simple_add()
495 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err; in ec_GF2m_simple_add()
Dec2_mult.c196 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err; in gf2m_Mxy()
Dec_lcl.h174 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member
/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dinternal.h179 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member