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

/freebsd-current/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c47 gf_sqr(t1, x); /* o^2 */
52 gf_sqr(t1, t2);
66 gf_sqr(c, q->x);
67 gf_sqr(a, q->y);
70 gf_sqr(b, p->t);
73 gf_sqr(p->x, q->z);
114 gf_sqr(e->z, d->z);
211 gf_sqr(a, p->x);
212 gf_sqr(b, p->y);
214 gf_sqr(
[all...]
H A Dfield.h59 void gf_sqr(gf_s * RESTRICT out, const gf a);
88 gf_sqr(y, x);
91 gf_sqr(tmp, x);
92 gf_sqr(y, tmp);
96 gf_sqr(tmp, y);
97 gf_sqr(y, tmp);
H A Df_generic.c176 gf_sqr(L1, x);
178 gf_sqr(L1, L2);
186 gf_sqr(L0, L1);
196 gf_sqr(L0, L2);
200 gf_sqr(L2, L1);
/freebsd-current/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl32.c101 void gf_sqr(gf_s * RESTRICT cs, const gf as) function
/freebsd-current/crypto/openssl/crypto/ec/curve448/arch_64/
H A Df_impl64.c102 void gf_sqr(gf_s * RESTRICT cs, const gf as) function

Completed in 134 milliseconds