Searched refs:field_div (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec2_oct.c | 125 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err; in ec_GF2m_simple_set_compressed_coordinates() 230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_point2oct() 382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_oct2point()
|
D | ec2_smpl.c | 481 if (!group->meth->field_div(group, s, s, t, ctx)) goto err; in ec_GF2m_simple_add() 495 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err; in ec_GF2m_simple_add()
|
D | ec2_mult.c | 196 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err; in gf2m_Mxy()
|
D | ec_lcl.h | 174 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member
|
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | internal.h | 179 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|