OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h9
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h
17
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
+ 2^(-1)
111
int32_t
h9
= f[9];
local
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c
42
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
;
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h
52
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
| <= 1.71*2^59 *
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
...]
/src/regress/sys/fs/ffs/
Makefile
72
${HOST_SH} ${SRCDIR}/estimatecompare 2572 -S -
h9
-0 ${CVND}${MPART}
78
dump -0 -
h9
-B10000 -f - ${CVND}${MPART} | \
/src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c
843
int64_t
h9
= (load_3(s + 29) & 0x7fffff) << 2;
local
855
carry9 =
h9
+ (1 << 24);
857
h9
-= carry9 & kTop39Bits;
884
h9
+= carry8 >> 26;
896
h[9] = (int32_t)
h9
;
904
* Basic claim: q = floor(2^(-255)(h + 19 2^(-25)
h9
+ 2^(-1))).
908
* Also have |h-2^230
h9
|<2^231 so |19 2^(-255)(h-2^230
h9
)|<1/4.
910
* Write y=2^(-1)-19^2 2^(-255)q-19 2^(-255)(h-2^230
h9
).
920
* Have q+2^(-255)x = 2^(-255)(h + 19 2^(-25)
h9
+ 2^(-1)
934
int32_t
h9
= h[9];
local
1250
int64_t
h9
= f0g9 + f1g8 + f2g7 + f3g6 + f4g5 + f5g4 + f6g3 + f7g2 + f8g1 + f9g0;
local
1448
int64_t
h9
= f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2;
local
1781
int64_t
h9
= f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2;
local
4468
int64_t
h9
= f9 * (int64_t)121666;
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c
812
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
+ 2^(-1)
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
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c
802
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
+ 2^(-1)
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
...]
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
test_hash.d
445
enum
h9
= thsexpr.hashOf();
551
assert(
h9
== rth9);
/src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt
1935
ebCMO/
h9
/Sgo12ffp7//1MdmuGq+r1yZtuUMuczJ2dALf/x4BLBJG2e8Aw==
/src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt
1935
ebCMO/
h9
/Sgo12ffp7//1MdmuGq+r1yZtuUMuczJ2dALf/x4BLBJG2e8Aw==
/src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evppkey.txt
7805
ebCMO/
h9
/Sgo12ffp7//1MdmuGq+r1yZtuUMuczJ2dALf/x4BLBJG2e8Aw==
Completed in 51 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026