Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/ec/
HDec2_oct.c128 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) in ec_GF2m_simple_set_compressed_coordinates()
234 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ec_GF2m_simple_point2oct()
377 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ec_GF2m_simple_oct2point()
HDec2_smpl.c519 if (!group->meth->field_div(group, s, s, t, ctx)) in ec_GF2m_simple_add()
536 if (!group->meth->field_div(group, s, y1, x1, ctx)) in ec_GF2m_simple_add()
HDec2_mult.c232 if (!group->meth->field_div(group, t3, t5, t3, ctx)) in gf2m_Mxy()
HDec_lcl.h190 int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
/NextBSD/crypto/openssl/
HDCHANGES3917 An internal 'field_div' method (similar to 'field_mul' and