HomeSort by: relevance | last modified time | path
    Searched refs:h8 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 41 uint64_t h8 = load_3(s + 26) << 4; local in function:fe_frombytes
58 carry7 = h7 >> 25; h8 += carry7; h7 &= 0x1FFFFFF;
64 carry8 = h8 >> 26; h9 += carry8; h8 &= 0x3FFFFFF;
74 h[8] = h8;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h 16 int64_t h8 = load_3(s + 26) << 4; local in function:fe25519_frombytes
43 h8 += carry7;
58 carry8 = (h8 + (int64_t)(1L << 25)) >> 26;
60 h8 -= carry8 * ((uint64_t) 1L << 26);
70 h[8] = (int32_t) h8;
110 int32_t h8 = f[8]; local in function:fe25519_reduce
125 q = (h8 + q) >> 26;
154 h8 += carry7;
156 carry8 = h8 >> 26;
158 h8 -= carry8 * ((uint32_t) 1L << 26)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 51 int32_t h8 = f[8] + g[8]; local in function:fe25519_add
62 h[8] = h8;
89 int32_t h8 = f[8] - g[8]; local in function:fe25519_sub
100 h[8] = h8;
125 int32_t h8 = -f[8]; local in function:fe25519_neg
136 h[8] = h8;
524 int64_t h8 = f0g8 + f1g7_2 + f2g6 + f3g5_2 + f4g4 + f5g3_2 + f6g2 + f7g1_2 + local in function:fe25519_mul
542 i.e. |h0| <= 1.4*2^60; narrower ranges for h2, h4, h6, h8
584 h8 += carry7;
589 /* |h8| <= 1.41*2^60 *
729 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; local in function:fe25519_sq
901 int64_t h8 = f0f8_2 + f1f7_4 + f2f6_2 + f3f5_4 + f4f4 + f9f9_38; local in function:fe25519_sq2
1003 int64_t h8 = f8 * sn; local in function:fe25519_scalar_product
    [all...]
  /src/sys/arch/evbsh3/stand/mesboot/src/
mesboot.c 6 #include <h8/reg770x.h>

Completed in 13 milliseconds