Searched refs:field_div (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/crypto/openssl/crypto/ec/ |
| HD | ec2_oct.c | 128 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()
|
| HD | ec2_smpl.c | 519 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()
|
| HD | ec2_mult.c | 232 if (!group->meth->field_div(group, t3, t5, t3, ctx)) in gf2m_Mxy()
|
| HD | ec_lcl.h | 190 int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 3917 An internal 'field_div' method (similar to 'field_mul' and
|