Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Dec2_oct.c69 if (!group->meth->field_div(group, tmp, group->b, tmp, ctx)) in ec_GF2m_simple_set_compressed_coordinates()
174 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ec_GF2m_simple_point2oct()
339 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ec_GF2m_simple_oct2point()
Dec2_smpl.c410 if (!group->meth->field_div(group, s, s, t, ctx)) in ec_GF2m_simple_add()
427 if (!group->meth->field_div(group, s, y1, x1, ctx)) in ec_GF2m_simple_add()
Dec_local.h154 int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
/third_party/openssl/
DCHANGES6891 An internal 'field_div' method (similar to 'field_mul' and