Searched refs:field_sqr (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Decp_smpl.c121 * are used, the field_mul and field_sqr methods will be used for
596 /* field_sqr works on standard representation */
597 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx))
682 if (!group->meth->field_sqr(group, tmp2, x_, ctx))
1007 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
1021 field_sqr = group->meth->field_sqr;
1056 if (!field_sqr(group, n0, &b->Z, ctx))
1078 if (!field_sqr(group, n0, &a->Z, ctx))
1145 if (!field_sqr(grou
[all...]
H A Dec2_mult.c94 if (!group->meth->field_sqr(group, x, x, ctx))
96 if (!group->meth->field_sqr(group, t1, z, ctx))
100 if (!group->meth->field_sqr(group, x, x, ctx))
102 if (!group->meth->field_sqr(group, t1, t1, ctx))
147 if (!group->meth->field_sqr(group, z1, z1, ctx))
219 if (!group->meth->field_sqr(group, t4, x, ctx))
307 if (!group->meth->field_sqr(group, z2, x1, ctx))
309 if (!group->meth->field_sqr(group, x2, z2, ctx))
H A Dec2_smpt.c107 if (!group->meth->field_sqr(group, tmp, x, ctx))
H A Dec2_smpl.c761 if (!group->meth->field_sqr(group, x2, s, ctx))
781 if (!group->meth->field_sqr(group, x2, s, ctx))
851 int (*field_sqr) (const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
857 field_sqr = group->meth->field_sqr;
891 if (!field_sqr(group, y2, &point->Y, ctx))
H A Dec_lcl.h177 * 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and
184 int (*field_sqr) (const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member in struct:ec_method_st

Completed in 57 milliseconds