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

/freebsd-13-stable/crypto/openssh/
H A Dfe25519.c196 void fe25519_mul(fe25519 *r, const fe25519 *x, const fe25519 *y) function
215 fe25519_mul(r, x, x);
235 /* 9 */ fe25519_mul(&z9,&t0,x);
236 /* 11 */ fe25519_mul(&z11,&z9,&z2);
238 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t0,&z9);
245 /* 2^10 - 2^0 */ fe25519_mul(&z2_10_0,&t0,&z2_5_0);
250 /* 2^20 - 2^0 */ fe25519_mul(&z2_20_0,&t1,&z2_10_0);
255 /* 2^40 - 2^0 */ fe25519_mul(&t0,&t1,&z2_20_0);
260 /* 2^50 - 2^0 */ fe25519_mul(&z2_50_0,&t0,&z2_10_0);
265 /* 2^100 - 2^0 */ fe25519_mul(
[all...]
H A Dge25519.c72 fe25519_mul(&r->x, &p->x, &p->t);
73 fe25519_mul(&r->y, &p->y, &p->z);
74 fe25519_mul(&r->z, &p->z, &p->t);
80 fe25519_mul(&r->t, &p->x, &p->y);
86 fe25519_mul(&qt, &q->x, &q->y);
91 fe25519_mul(&a, &a, &t1);
92 fe25519_mul(&b, &b, &t2);
95 fe25519_mul(&c, &r->t, &qt); /* C = T1*k*T2 */
96 fe25519_mul(&c, &c, &ge25519_ec2d);
100 fe25519_mul(
[all...]
H A Dfe25519.h27 #define fe25519_mul crypto_sign_ed25519_ref_fe25519_mul macro
62 void fe25519_mul(fe25519 *r, const fe25519 *x, const fe25519 *y);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c65 fe25519_mul(t1, z, t1);
66 fe25519_mul(t0, t0, t1);
68 fe25519_mul(t1, t1, t2);
73 fe25519_mul(t1, t2, t1);
78 fe25519_mul(t2, t2, t1);
83 fe25519_mul(t2, t3, t2);
88 fe25519_mul(t1, t2, t1);
93 fe25519_mul(t2, t2, t1);
98 fe25519_mul(t2, t3, t2);
103 fe25519_mul(t
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c96 fe25519_mul(z3, tmp0, x2);
97 fe25519_mul(z2, z2, tmp1);
102 fe25519_mul(x2, tmp1, tmp0);
108 fe25519_mul(z3, x1, z2);
109 fe25519_mul(z2, tmp1, tmp0);
115 fe25519_mul(x2, x2, z2);
130 fe25519_mul(montgomeryX, tempX, tempZ);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c67 fe25519_mul(x, x, one_minus_y);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h243 fe25519_mul(fe25519 h, const fe25519 f, const fe25519 g) function
H A Ded25519_ref10_fe_25_5.h368 fe25519_mul(fe25519 h, const fe25519 f, const fe25519 g) function

Completed in 182 milliseconds