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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
salsa20_xmm6int-avx2.c 107 uint32_t ic_high; local in function:stream_avx2_xor_ic
113 ic_high = (uint32_t) (ic >> 32);
116 STORE32_LE(&ic_bytes[4], ic_high);
salsa20_xmm6int-sse2.c 98 uint32_t ic_high; local in function:stream_sse2_xor_ic
104 ic_high = (uint32_t) (ic >> 32);
107 STORE32_LE(&ic_bytes[4], ic_high);
salsa20_xmm6int-avx2.c 107 uint32_t ic_high; local in function:stream_avx2_xor_ic
113 ic_high = (uint32_t) (ic >> 32);
116 STORE32_LE(&ic_bytes[4], ic_high);
salsa20_xmm6int-sse2.c 98 uint32_t ic_high; local in function:stream_sse2_xor_ic
104 ic_high = (uint32_t) (ic >> 32);
107 STORE32_LE(&ic_bytes[4], ic_high);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
chacha20_dolbeau-avx2.c 134 uint32_t ic_high; local in function:stream_ref_xor_ic
140 ic_high = (uint32_t) (ic >> 32);
143 STORE32_LE(&ic_bytes[4], ic_high);
chacha20_dolbeau-ssse3.c 128 uint32_t ic_high; local in function:stream_ref_xor_ic
134 ic_high = (uint32_t) (ic >> 32);
137 STORE32_LE(&ic_bytes[4], ic_high);
chacha20_dolbeau-avx2.c 134 uint32_t ic_high; local in function:stream_ref_xor_ic
140 ic_high = (uint32_t) (ic >> 32);
143 STORE32_LE(&ic_bytes[4], ic_high);
chacha20_dolbeau-ssse3.c 128 uint32_t ic_high; local in function:stream_ref_xor_ic
134 ic_high = (uint32_t) (ic >> 32);
137 STORE32_LE(&ic_bytes[4], ic_high);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 271 uint32_t ic_high; local in function:stream_ref_xor_ic
277 ic_high = U32V(ic >> 32);
280 STORE32_LE(&ic_bytes[4], ic_high);
chacha20_ref.c 271 uint32_t ic_high; local in function:stream_ref_xor_ic
277 ic_high = U32V(ic >> 32);
280 STORE32_LE(&ic_bytes[4], ic_high);

Completed in 24 milliseconds