Home
last modified time | relevance | path

Searched refs:fe25519_sub (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c92 fe25519_sub(tmp0, x3, z3); in crypto_scalarmult_curve25519_ref10()
93 fe25519_sub(tmp1, x2, z2); in crypto_scalarmult_curve25519_ref10()
101 fe25519_sub(z2, z3, z2); in crypto_scalarmult_curve25519_ref10()
103 fe25519_sub(tmp1, tmp1, tmp0); in crypto_scalarmult_curve25519_ref10()
128 fe25519_sub(tempZ, edwardsZ, edwardsY); in edwards_to_montgomery()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c176 fe25519_sub(r->Y, p->Y, p->X); in ge25519_add()
182 fe25519_sub(r->X, r->Z, r->Y); in ge25519_add()
185 fe25519_sub(r->T, t0, r->T); in ge25519_add()
331 fe25519_sub(r->Y, p->Y, p->X); in ge25519_madd()
339 fe25519_sub(r->T, t0, r->T); in ge25519_madd()
359 fe25519_sub(r->Z, t0, r->T); in ge25519_msub()
412 fe25519_sub(r->X, t0, r->Y); in ge25519_p2_dbl()
628 fe25519_sub(r->Z, t0, r->T); in ge25519_sub()
963 fe25519_sub(t0, y2, x2); in ge25519_is_on_curve()
970 fe25519_sub(t0, t0, t1); in ge25519_is_on_curve()
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
H A Dkeypair.c63 fe25519_sub(one_minus_y, one_minus_y, A.Y); in crypto_sign_ed25519_pk_to_curve25519()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h53 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_sub() function
98 fe25519_sub(h, zero, f); in fe25519_neg()
H A Ded25519_ref10_fe_25_5.h79 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_sub() function