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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/
salsa20_xmm6int-avx2.c 106 uint8_t ic_bytes[8]; local in function:stream_avx2_xor_ic
115 STORE32_LE(&ic_bytes[0], ic_low);
116 STORE32_LE(&ic_bytes[4], ic_high);
118 salsa_ivsetup(&ctx, n, ic_bytes);
salsa20_xmm6int-sse2.c 97 uint8_t ic_bytes[8]; local in function:stream_sse2_xor_ic
106 STORE32_LE(&ic_bytes[0], ic_low);
107 STORE32_LE(&ic_bytes[4], ic_high);
109 salsa_ivsetup(&ctx, n, ic_bytes);
salsa20_xmm6int-avx2.c 106 uint8_t ic_bytes[8]; local in function:stream_avx2_xor_ic
115 STORE32_LE(&ic_bytes[0], ic_low);
116 STORE32_LE(&ic_bytes[4], ic_high);
118 salsa_ivsetup(&ctx, n, ic_bytes);
salsa20_xmm6int-sse2.c 97 uint8_t ic_bytes[8]; local in function:stream_sse2_xor_ic
106 STORE32_LE(&ic_bytes[0], ic_low);
107 STORE32_LE(&ic_bytes[4], ic_high);
109 salsa_ivsetup(&ctx, n, ic_bytes);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
chacha20_dolbeau-avx2.c 133 uint8_t ic_bytes[8]; local in function:stream_ref_xor_ic
142 STORE32_LE(&ic_bytes[0], ic_low);
143 STORE32_LE(&ic_bytes[4], ic_high);
145 chacha_ivsetup(&ctx, n, ic_bytes);
158 uint8_t ic_bytes[4]; local in function:stream_ietf_ref_xor_ic
163 STORE32_LE(ic_bytes, ic);
165 chacha_ietf_ivsetup(&ctx, n, ic_bytes);
chacha20_dolbeau-ssse3.c 127 uint8_t ic_bytes[8]; local in function:stream_ref_xor_ic
136 STORE32_LE(&ic_bytes[0], ic_low);
137 STORE32_LE(&ic_bytes[4], ic_high);
139 chacha_ivsetup(&ctx, n, ic_bytes);
152 uint8_t ic_bytes[4]; local in function:stream_ietf_ref_xor_ic
157 STORE32_LE(ic_bytes, ic);
159 chacha_ietf_ivsetup(&ctx, n, ic_bytes);
chacha20_dolbeau-avx2.c 133 uint8_t ic_bytes[8]; local in function:stream_ref_xor_ic
142 STORE32_LE(&ic_bytes[0], ic_low);
143 STORE32_LE(&ic_bytes[4], ic_high);
145 chacha_ivsetup(&ctx, n, ic_bytes);
158 uint8_t ic_bytes[4]; local in function:stream_ietf_ref_xor_ic
163 STORE32_LE(ic_bytes, ic);
165 chacha_ietf_ivsetup(&ctx, n, ic_bytes);
chacha20_dolbeau-ssse3.c 127 uint8_t ic_bytes[8]; local in function:stream_ref_xor_ic
136 STORE32_LE(&ic_bytes[0], ic_low);
137 STORE32_LE(&ic_bytes[4], ic_high);
139 chacha_ivsetup(&ctx, n, ic_bytes);
152 uint8_t ic_bytes[4]; local in function:stream_ietf_ref_xor_ic
157 STORE32_LE(ic_bytes, ic);
159 chacha_ietf_ivsetup(&ctx, n, ic_bytes);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 270 uint8_t ic_bytes[8]; local in function:stream_ref_xor_ic
279 STORE32_LE(&ic_bytes[0], ic_low);
280 STORE32_LE(&ic_bytes[4], ic_high);
282 chacha_ivsetup(&ctx, n, ic_bytes);
295 uint8_t ic_bytes[4]; local in function:stream_ietf_ref_xor_ic
300 STORE32_LE(ic_bytes, ic);
302 chacha_ietf_ivsetup(&ctx, n, ic_bytes);
chacha20_ref.c 270 uint8_t ic_bytes[8]; local in function:stream_ref_xor_ic
279 STORE32_LE(&ic_bytes[0], ic_low);
280 STORE32_LE(&ic_bytes[4], ic_high);
282 chacha_ivsetup(&ctx, n, ic_bytes);
295 uint8_t ic_bytes[4]; local in function:stream_ietf_ref_xor_ic
300 STORE32_LE(ic_bytes, ic);
302 chacha_ietf_ivsetup(&ctx, n, ic_bytes);

Completed in 27 milliseconds