Searched refs:carry0 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rand.c | 81 uint32_t p[2], q[2], r[2], carry0, carry1; in next() local 84 ADDEQU(p[0], c, carry0); in next() 85 ADDEQU(p[1], carry0, carry1); in next() 87 ADDEQU(p[1], q[0], carry0); in next() 89 x[2] = LOW(carry0 + carry1 + CARRY(p[1], r[0]) + q[1] + r[1] + in next()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
| H A D | fe.h | 19 int64_t carry0; in fe25519_frombytes() local 46 carry0 = (h0 + (int64_t)(1L << 25)) >> 26; in fe25519_frombytes() 47 h1 += carry0; in fe25519_frombytes() 48 h0 -= carry0 * ((uint64_t) 1L << 26); in fe25519_frombytes() 114 int32_t carry0, carry1, carry2, carry3, carry4, carry5, carry6, carry7, carry8, carry9; in fe25519_reduce() local 132 carry0 = h0 >> 26; in fe25519_reduce() 133 h1 += carry0; in fe25519_reduce() 134 h0 -= carry0 * ((uint32_t) 1L << 26); in fe25519_reduce()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_25_5.h | 529 int64_t carry0; in fe25519_mul() local 548 h1 += carry0; in fe25519_mul() 609 h1 += carry0; in fe25519_mul() 732 int64_t carry0; in fe25519_sq() local 744 h1 += carry0; in fe25519_sq() 783 h1 += carry0; in fe25519_sq() 904 int64_t carry0; in fe25519_sq2() local 927 h1 += carry0; in fe25519_sq2() 966 h1 += carry0; in fe25519_sq2() 1025 h1 += carry0; in fe25519_scalar_product() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe_frombytes_sandy2x.c | 43 uint64_t carry0; in fe_frombytes() local 60 carry0 = h0 >> 26; h1 += carry0; h0 &= 0x3FFFFFF; in fe_frombytes()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 1137 int64_t carry0; in sc25519_muladd() local 1198 s1 += carry0; in sc25519_muladd() 1389 s1 += carry0; in sc25519_muladd() 1434 carry0 = s0 >> 21; in sc25519_muladd() 1435 s1 += carry0; in sc25519_muladd() 1478 carry0 = s0 >> 21; in sc25519_muladd() 1479 s1 += carry0; in sc25519_muladd() 1584 int64_t carry0; in sc25519_reduce() local 1723 s1 += carry0; in sc25519_reduce() 1769 s1 += carry0; in sc25519_reduce() [all …]
|