Searched refs:gf_mul (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 53 gf_mul(t2, t1, x); /* not direct to y in case of alias. */ in gf_invert() 78 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() 82 gf_mul(p->t, b, d); in point_double_internal() 111 gf_mul(e->t, e->y, eu); in pniels_to_pt() 112 gf_mul(e->x, d->z, e->y); in pniels_to_pt() 113 gf_mul(e->y, d->z, eu); in pniels_to_pt() 121 gf_mul(e->t, e->y, e->x); in niels_to_pt() 131 gf_mul(a, e->a, b); in add_niels_to_pt() [all …]
|
H A D | f_generic.c | 177 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() 195 gf_mul(L2, L1, L0); in gf_isr() [all …]
|
H A D | field.h | 57 void gf_mul(gf_s * RESTRICT out, const gf a, const gf b);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_impl.h | 107 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 D | vdev_raidz_math_scalar.c | 85 vdev_raidz_mul_lt[c][i] = gf_mul(c, i); in raidz_init_scalar()
|
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl32.c | 24 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/include/sys/ |
H A D | vdev_raidz_impl.h | 354 gf_mul(const gf_t a, const gf_t b) in gf_mul() function
|
/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl64.c | 24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs)
|