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

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c40 uint64_t h7 = load_3(s + 23) << 5; local
58 carry7 = h7 >> 25; h8 += carry7; h7 &= 0x1FFFFFF;
63 carry6 = h6 >> 26; h7 += carry6; h6 &= 0x3FFFFFF;
73 h[7] = h7;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h15 int64_t h7 = load_3(s + 23) << 5; local
42 carry7 = (h7 + (int64_t)(1L << 24)) >> 25;
44 h7 -= carry7 * ((uint64_t) 1L << 25);
56 h7 += carry6;
69 h[7] = (int32_t) h7;
109 int32_t h7 = f[7]; local
124 q = (h7 + q) >> 25;
151 h7 += carry6;
153 carry7 = h7 >> 25;
155 h7
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h50 int32_t h7 = f[7] + g[7]; local
61 h[7] = h7;
88 int32_t h7 = f[7] - g[7]; local
99 h[7] = h7;
124 int32_t h7 = -f[7]; local
135 h[7] = h7;
522 int64_t h7 = f0g7 + f1g6 + f2g5 + f3g4 + f4g3 + f5g2 + f6g1 + f7g0 + local
544 i.e. |h1| <= 1.7*2^59; narrower ranges for h3, h5, h7, h9
573 h7 += carry6;
578 /* |h7| <
728 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; local
900 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; local
1002 int64_t h7 = f7 * sn; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dcurve25519.c800 int64_t h7 = load_3(s + 23) << 5; local
818 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits;
823 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits;
833 h[7] = (int32_t)h7;
871 int32_t h7 = h[7]; local
884 q = (h7 + q) >> 25;
898 h7 += h6 >> 26; h6 &= kBottom26Bits;
899 h8 += h7 >> 25; h7
1178 int64_t h7 = f0g7 + f1g6 + f2g5 + f3g4 + f4g3 + f5g2 + f6g1 + f7g0 + f8g9_19 + f9g8_19; local
1352 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; local
1661 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; local
4329 int64_t h7 = f7 * (int64_t) 121666; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dcurve25519.c810 int64_t h7 = load_3(s + 23) << 5; local
828 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits;
833 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits;
843 h[7] = (int32_t)h7;
881 int32_t h7 = h[7]; local
894 q = (h7 + q) >> 25;
908 h7 += h6 >> 26; h6 &= kBottom26Bits;
909 h8 += h7 >> 25; h7
1188 int64_t h7 = f0g7 + f1g6 + f2g5 + f3g4 + f4g3 + f5g2 + f6g1 + f7g0 + f8g9_19 + f9g8_19; local
1362 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; local
1671 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; local
4339 int64_t h7 = f7 * (int64_t) 121666; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d325 enum h7 = saexpr.hashOf();
437 assert(h7 == rth7);
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d443 enum h7 = saexpr.hashOf();
549 assert(h7 == rth7);
/netbsd-current/tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1180 B0Vzt4uBPF9c5/2ake+SnCwlOOnhyyPCaNWUe8n0yxtfs/7n7//h7//wx//3h1/+

Completed in 244 milliseconds