Searched refs:field_div (Results 1 – 3 of 3) sorted by relevance
| /crypto/ec/ |
| A D | ec2_oct.c | 74 if (!group->meth->field_div(group, tmp, group->b, tmp, ctx)) in ossl_ec_GF2m_simple_set_compressed_coordinates() 191 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ossl_ec_GF2m_simple_point2oct() 364 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ossl_ec_GF2m_simple_oct2point()
|
| A D | ec2_smpl.c | 421 if (!group->meth->field_div(group, s, s, t, ctx)) in ossl_ec_GF2m_simple_add() 438 if (!group->meth->field_div(group, s, y1, x1, ctx)) in ossl_ec_GF2m_simple_add()
|
| A D | ec_local.h | 150 int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|
Completed in 13 milliseconds