Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_oct.c133 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) in ec_GF2m_simple_set_compressed_coordinates()
233 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ec_GF2m_simple_point2oct()
397 if (!group->meth->field_div(group, yxi, y, x, in ec_GF2m_simple_oct2point()
H A Dec2_smpl.c118 .field_div = ec_GF2m_simple_field_div, in EC_GF2m_simple_method()
506 if (!group->meth->field_div(group, s, s, t, ctx)) in ec_GF2m_simple_add()
523 if (!group->meth->field_div(group, s, y1, x1, ctx)) in ec_GF2m_simple_add()
H A Dec2_mult.c231 if (!group->meth->field_div(group, t3, t5, t3, ctx)) in gf2m_Mxy()
H A Dec_lcl.h184 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member