Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec2_oct.c74 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()
H A Dec2_smpl.c421 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()
H A Dec_local.h150 int (*field_div) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
/openssl/
H A DCHANGES.md11286 An internal 'field_div' method (similar to 'field_mul' and

Completed in 73 milliseconds