Home
last modified time | relevance | path

Searched refs:fe25519_mul (Results 1 – 6 of 6) sorted by relevance

/netbsd/crypto/external/bsd/openssh/dist/
H A Ded25519.c333 fe25519_mul(r, x, x); in fe25519_square()
353 /* 9 */ fe25519_mul(&z9,&t0,x); in fe25519_invert()
419 /* 9 */ fe25519_mul(&z9,&t,x); in fe25519_pow2523()
1680 fe25519_mul(&a, &a, &t1); in ge25519_mixadd2()
1681 fe25519_mul(&b, &b, &t2); in ge25519_mixadd2()
1701 fe25519_mul(&a, &a, &t); in add_p1p1()
1704 fe25519_mul(&b, &b, &t); in add_p1p1()
1803 fe25519_mul(&t, &t, &den); in ge25519_unpackneg_vartime()
1807 fe25519_mul(&t, &t, &num); in ge25519_unpackneg_vartime()
1808 fe25519_mul(&t, &t, &den); in ge25519_unpackneg_vartime()
[all …]
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c65 fe25519_mul(t1, z, t1); in fe25519_invert()
66 fe25519_mul(t0, t0, t1); in fe25519_invert()
68 fe25519_mul(t1, t1, t2); in fe25519_invert()
73 fe25519_mul(t1, t2, t1); in fe25519_invert()
78 fe25519_mul(t2, t2, t1); in fe25519_invert()
83 fe25519_mul(t2, t3, t2); in fe25519_invert()
88 fe25519_mul(t1, t2, t1); in fe25519_invert()
93 fe25519_mul(t2, t2, t1); in fe25519_invert()
122 fe25519_mul(t1, z, t1); in fe25519_pow22523()
246 fe25519_mul(v, u, d); in ge25519_frombytes()
[all …]
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c96 fe25519_mul(z3, tmp0, x2); in crypto_scalarmult_curve25519_ref10()
97 fe25519_mul(z2, z2, tmp1); in crypto_scalarmult_curve25519_ref10()
102 fe25519_mul(x2, tmp1, tmp0); in crypto_scalarmult_curve25519_ref10()
108 fe25519_mul(z3, x1, z2); in crypto_scalarmult_curve25519_ref10()
109 fe25519_mul(z2, tmp1, tmp0); in crypto_scalarmult_curve25519_ref10()
115 fe25519_mul(x2, x2, z2); in crypto_scalarmult_curve25519_ref10()
130 fe25519_mul(montgomeryX, tempX, tempZ); in edwards_to_montgomery()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c67 fe25519_mul(x, x, one_minus_y); in crypto_sign_ed25519_pk_to_curve25519()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h243 fe25519_mul(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_mul() function
H A Ded25519_ref10_fe_25_5.h368 fe25519_mul(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_mul() function