/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/ |
keypair.c | 63 fe25519_sub(one_minus_y, one_minus_y, A.Y);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
x25519_ref10.c | 92 fe25519_sub(tmp0, x3, z3); 93 fe25519_sub(tmp1, x2, z2); 101 fe25519_sub(z2, z3, z2); 103 fe25519_sub(tmp1, tmp1, tmp0); 128 fe25519_sub(tempZ, edwardsZ, edwardsY);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
ed25519_ref10.c | 176 fe25519_sub(r->Y, p->Y, p->X); 182 fe25519_sub(r->X, r->Z, r->Y); 185 fe25519_sub(r->T, t0, r->T); 247 fe25519_sub(u, u, h->Z); /* u = y^2-1 */ 262 fe25519_sub(m_root_check, vxx, u); /* vx^2-u */ 289 fe25519_sub(u, u, h->Z); /* u = y^2-1 */ 304 fe25519_sub(m_root_check, vxx, u); /* vx^2-u */ 331 fe25519_sub(r->Y, p->Y, p->X); 336 fe25519_sub(r->X, r->Z, r->Y); 339 fe25519_sub(r->T, t0, r->T) [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
ed25519_ref10_fe_51.h | 53 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) function in typeref:typename:void 98 fe25519_sub(h, zero, f);
|
ed25519_ref10_fe_25_5.h | 79 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g) function in typeref:typename:void
|