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

  /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...]
  /src/common/lib/libc/hash/rmd160/
rmd160.c 74 #define H0 0x67452301U
128 ctx->state[0] = H0;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 328 __m128i H0 = H0_; \
342 /* 4 low H*X (x0*h0) */ \
357 x1*h0+x0*h1 =(x1+x0)*(h1+h0)-x1*h1-x0*h0 \
362 so create (h0,h1) from (h1,h0) and (x0,x1) from (x1,x0), \
363 then compute (h0+h1,h1+h0) and (x0+x1,x1+x0), \
368 /* substracts x1*h1 and x0*h0 */ \
    [all...]

Completed in 25 milliseconds