HomeSort by: relevance | last modified time | path
    Searched refs:h9 (Results 1 - 4 of 4) 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 in function:fe25519_frombytes
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 in function:fe25519_reduce
    [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 in function:fe_frombytes
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 in function:fe25519_add
63 h[9] = h9;
90 int32_t h9 = f[9] - g[9]; local in function:fe25519_sub
101 h[9] = h9;
126 int32_t h9 = -f[9]; local in function:fe25519_neg
137 h[9] = h9;
526 int64_t h9 = local in function:fe25519_mul
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 in function:fe25519_sq
902 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; local in function:fe25519_sq2
1004 int64_t h9 = f9 * sn; local in function:fe25519_scalar_product
    [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} | \

Completed in 37 milliseconds