Searched refs:chacha20_encrypt_bytes (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | chacha20_dolbeau-avx2.c | 72 chacha20_encrypt_bytes(chacha_ctx *ctx, const uint8_t *m, uint8_t *c, in chacha20_encrypt_bytes() function 102 chacha20_encrypt_bytes(&ctx, c, c, clen); in stream_ref() 121 chacha20_encrypt_bytes(&ctx, c, c, clen); in stream_ietf_ref() 146 chacha20_encrypt_bytes(&ctx, m, c, mlen); in stream_ref_xor_ic() 166 chacha20_encrypt_bytes(&ctx, m, c, mlen); in stream_ietf_ref_xor_ic()
|
H A D | chacha20_dolbeau-ssse3.c | 67 chacha20_encrypt_bytes(chacha_ctx *ctx, const uint8_t *m, uint8_t *c, in chacha20_encrypt_bytes() function 96 chacha20_encrypt_bytes(&ctx, c, c, clen); in stream_ref() 115 chacha20_encrypt_bytes(&ctx, c, c, clen); in stream_ietf_ref() 140 chacha20_encrypt_bytes(&ctx, m, c, mlen); in stream_ref_xor_ic() 160 chacha20_encrypt_bytes(&ctx, m, c, mlen); in stream_ietf_ref_xor_ic()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 81 chacha20_encrypt_bytes(chacha_ctx *ctx, const uint8_t *m, uint8_t *c, in chacha20_encrypt_bytes() function 239 chacha20_encrypt_bytes(&ctx, c, c, clen); in stream_ref() 258 chacha20_encrypt_bytes(&ctx, c, c, clen); in stream_ietf_ref() 283 chacha20_encrypt_bytes(&ctx, m, c, mlen); in stream_ref_xor_ic() 303 chacha20_encrypt_bytes(&ctx, m, c, mlen); in stream_ietf_ref_xor_ic()
|