Searched refs:salsa20_encrypt_bytes (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | salsa20_xmm6int-sse2.c | 58 salsa20_encrypt_bytes(salsa_ctx *ctx, const uint8_t *m, uint8_t *c, in salsa20_encrypt_bytes() function 85 salsa20_encrypt_bytes(&ctx, c, c, clen); in stream_sse2() 110 salsa20_encrypt_bytes(&ctx, m, c, mlen); in stream_sse2_xor_ic()
|
H A D | salsa20_xmm6int-avx2.c | 66 salsa20_encrypt_bytes(salsa_ctx *ctx, const uint8_t *m, uint8_t *c, in salsa20_encrypt_bytes() function 94 salsa20_encrypt_bytes(&ctx, c, c, clen); in stream_avx2() 119 salsa20_encrypt_bytes(&ctx, m, c, mlen); in stream_avx2_xor_ic()
|