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

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h17 int64_t h9 = (load_3(s + 29) & 8388607) << 2; local
30 carry9 = (h9 + (int64_t)(1L << 24)) >> 25;
32 h9 -= carry9 * ((uint64_t) 1L << 25);
59 h9 += carry8;
71 h[9] = (int32_t) h9;
79 Basic claim: q = floor(2^(-255)(h + 19 2^(-25)h9 + 2^(-1))).
83 Also have |h-2^230 h9|<2^231 so |19 2^(-255)(h-2^230 h9)|<1/4.
85 Write y=2^(-1)-19^2 2^(-255)q-19 2^(-255)(h-2^230 h9).
95 Have q+2^(-255)x = 2^(-255)(h + 19 2^(-25) h9
111 int32_t h9 = f[9]; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c42 uint64_t h9 = (load_3(s + 29) & 8388607) << 2; local
54 carry9 = h9 >> 25; h0 += carry9 * 19; h9 &= 0x1FFFFFF;
64 carry8 = h8 >> 26; h9 += carry8; h8 &= 0x3FFFFFF;
75 h[9] = h9;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h52 int32_t h9 = f[9] + g[9]; local
63 h[9] = h9;
90 int32_t h9 = f[9] - g[9]; local
101 h[9] = h9;
126 int32_t h9 = -f[9]; local
137 h[9] = h9;
526 int64_t h9 = local
544 i.e. |h1| <= 1.7*2^59; narrower ranges for h3, h5, h7, h9
595 h9 += carry8;
600 /* |h9| <
730 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local
902 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local
1004 int64_t h9 = f9 * sn; local
[all...]
/netbsd-current/regress/sys/fs/ffs/
H A DMakefile72 ${HOST_SH} ${SRCDIR}/estimatecompare 2572 -S -h9 -0 ${CVND}${MPART}
78 dump -0 -h9 -B10000 -f - ${CVND}${MPART} | \
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dcurve25519.c802 int64_t h9 = (load_3(s + 29) & 0x7fffff) << 2; local
814 carry9 = h9 + (1 << 24); h0 += (carry9 >> 25) * 19; h9 -= carry9 & kTop39Bits;
824 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits;
835 h[9] = (int32_t)h9;
843 * Basic claim: q = floor(2^(-255)(h + 19 2^(-25)h9 + 2^(-1))).
847 * Also have |h-2^230 h9|<2^231 so |19 2^(-255)(h-2^230 h9)|<1/4.
849 * Write y=2^(-1)-19^2 2^(-255)q-19 2^(-255)(h-2^230 h9).
859 * Have q+2^(-255)x = 2^(-255)(h + 19 2^(-25) h9
873 int32_t h9 = h[9]; local
1180 int64_t h9 = f0g9 + f1g8 + f2g7 + f3g6 + f4g5 + f5g4 + f6g3 + f7g2 + f8g1 + f9g0 ; local
1354 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local
1663 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local
4331 int64_t h9 = f9 * (int64_t) 121666; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dcurve25519.c812 int64_t h9 = (load_3(s + 29) & 0x7fffff) << 2; local
824 carry9 = h9 + (1 << 24); h0 += (carry9 >> 25) * 19; h9 -= carry9 & kTop39Bits;
834 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits;
845 h[9] = (int32_t)h9;
853 * Basic claim: q = floor(2^(-255)(h + 19 2^(-25)h9 + 2^(-1))).
857 * Also have |h-2^230 h9|<2^231 so |19 2^(-255)(h-2^230 h9)|<1/4.
859 * Write y=2^(-1)-19^2 2^(-255)q-19 2^(-255)(h-2^230 h9).
869 * Have q+2^(-255)x = 2^(-255)(h + 19 2^(-25) h9
883 int32_t h9 = h[9]; local
1190 int64_t h9 = f0g9 + f1g8 + f2g7 + f3g6 + f4g5 + f5g4 + f6g3 + f7g2 + f8g1 + f9g0 ; local
1364 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local
1673 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local
4341 int64_t h9 = f9 * (int64_t) 121666; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d327 enum h9 = thsexpr.hashOf();
439 assert(h9 == rth9);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d445 enum h9 = thsexpr.hashOf();
551 assert(h9 == rth9);

Completed in 213 milliseconds