Searched refs:field_div (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/ec/ |
D | ec2_oct.c | 69 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()
|
D | ec2_smpl.c | 410 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()
|
D | ec_local.h | 154 int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|
/third_party/openssl/ |
D | CHANGES | 6891 An internal 'field_div' method (similar to 'field_mul' and
|