Searched refs:gf_mul (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/crypto/openssl/crypto/ec/curve448/
H A Df_generic.c177 gf_mul(L2, x, L1);
179 gf_mul(L2, x, L1);
181 gf_mul(L0, L2, L1);
183 gf_mul(L0, L2, L1);
185 gf_mul(L1, L0, L2);
187 gf_mul(L2, x, L0);
189 gf_mul(L2, L1, L0);
191 gf_mul(L1, L2, L0);
193 gf_mul(L1, L2, L0);
195 gf_mul(L
[all...]
H A Dcurve448.c53 gf_mul(t2, t1, x); /* not direct to y in case of alias. */
78 gf_mul(p->x, a, b);
79 gf_mul(p->z, p->t, a);
80 gf_mul(p->y, p->t, d);
82 gf_mul(p->t, b, d);
111 gf_mul(e->t, e->y, eu);
112 gf_mul(e->x, d->z, e->y);
113 gf_mul(e->y, d->z, eu);
121 gf_mul(e->t, e->y, e->x);
131 gf_mul(
[all...]
H A Dfield.h57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
/freebsd-current/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl32.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) function
103 gf_mul(cs, as, as); /* Performs better with a dedicated square */
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h107 nxxy = gf_mul(gf_mul(nx, nx), ny);
108 nxyy = gf_mul(gf_mul(nx, ny), ny);
135 nyyz = gf_mul(gf_mul(ny, nz), ny);
136 nyzz = gf_mul(nzz, ny);
138 xd = gf_mul(nxx, ny) ^ gf_mul(nx, nyy) ^ nyyz ^
139 gf_mul(nx
[all...]
H A Dvdev_raidz_math_scalar.c85 vdev_raidz_mul_lt[c][i] = gf_mul(c, i);
/freebsd-current/crypto/openssl/crypto/ec/curve448/arch_64/
H A Df_impl64.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) function
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h346 * gf_mul - multiplication
354 gf_mul(const gf_t a, const gf_t b) function

Completed in 139 milliseconds