Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448.c78 gf_mul(p->x, a, b); in point_double_internal()
79 gf_mul(p->z, p->t, a); in point_double_internal()
80 gf_mul(p->y, p->t, d); in point_double_internal()
131 gf_mul(a, e->a, b); in add_niels_to_pt()
141 gf_mul(d->y, a, c); in add_niels_to_pt()
152 gf_mul(a, e->b, b); in sub_niels_from_pt()
162 gf_mul(d->y, a, c); in sub_niels_from_pt()
303 gf_mul(x, t, y); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
311 gf_mul(t, x, z); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
312 gf_mul(x, y, z); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa()
[all …]
H A Df_generic.c177 gf_mul(L2, x, L1); in gf_isr()
179 gf_mul(L2, x, L1); in gf_isr()
181 gf_mul(L0, L2, L1); in gf_isr()
183 gf_mul(L0, L2, L1); in gf_isr()
185 gf_mul(L1, L0, L2); in gf_isr()
187 gf_mul(L2, x, L0); in gf_isr()
189 gf_mul(L2, L1, L0); in gf_isr()
191 gf_mul(L1, L2, L0); in gf_isr()
193 gf_mul(L1, L2, L0); in gf_isr()
197 gf_mul(L1, x, L0); in gf_isr()
[all …]
H A Dfield.h57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
/freebsd/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)
103 gf_mul(cs, as, as); /* Performs better with a dedicated square */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h107 nxxy = gf_mul(gf_mul(nx, nx), ny); in raidz_rec_qr_coeff()
108 nxyy = gf_mul(gf_mul(nx, ny), ny); in raidz_rec_qr_coeff()
135 nyyz = gf_mul(gf_mul(ny, nz), ny); in raidz_rec_pqr_coeff()
136 nyzz = gf_mul(nzz, ny); in raidz_rec_pqr_coeff()
138 xd = gf_mul(nxx, ny) ^ gf_mul(nx, nyy) ^ nyyz ^ in raidz_rec_pqr_coeff()
139 gf_mul(nxx, nz) ^ gf_mul(nzz, nx) ^ nyzz; in raidz_rec_pqr_coeff()
147 coeff[MUL_PQR_YP] = gf_mul(nz, yd); in raidz_rec_pqr_coeff()
H A Dvdev_raidz_math_scalar.c85 vdev_raidz_mul_lt[c][i] = gf_mul(c, i); in raidz_init_scalar()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h354 gf_mul(const gf_t a, const gf_t b) in gf_mul() function
/freebsd/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)