Searched refs:field_div (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec2_smpl.c458 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
563 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
715 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
805 if (!group->meth->field_div(group, s, s, t, ctx)) goto err;
819 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
H A Dec2_mult.c194 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
H A Dec_lcl.h164 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that
169 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member in struct:ec_method_st

Completed in 81 milliseconds