HomeSort by: relevance | last modified time | path
    Searched defs:H0 (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libc/hash/rmd160/
rmd160.c 74 #define H0 0x67452301U
128 ctx->state[0] = H0;
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
rmd160.c 56 #define H0 0x67452301U
101 ctx->state[0] = H0;
  /src/external/gpl2/groff/dist/src/roff/troff/
number.cpp 34 hunits H0;
  /src/crypto/external/bsd/openssl/dist/crypto/modes/
gcm128.c 96 u128 *Hi = Htable + i, H0 = *Hi;
98 Hi[j].hi = H0.hi ^ Htable[j].hi;
99 Hi[j].lo = H0.lo ^ Htable[j].lo;
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/
gcm128.c 94 u128 *Hi = Htable + i, H0 = *Hi;
96 Hi[j].hi = H0.hi ^ Htable[j].hi;
97 Hi[j].lo = H0.lo ^ Htable[j].lo;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 206 xmmi H0, H1, H2, H3, H4;
228 H0 = _mm_and_si128(MMASK, T5);
242 H0 = _mm_shuffle_epi32(T0, _MM_SHUFFLE(1, 1, 0, 0));
341 v04 = H0;
356 v14 = H0;
376 v24 = H0;
379 v34 = H0;
387 v44 = H0;
524 H0 = T0;
577 v04 = H0;
686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; local
806 uint64_t h0, h1, h2; local
    [all...]

Completed in 21 milliseconds