Symbol: chacha_encrypt_bytes
crypto/libressl/crypto/chacha/chacha-merged.c
35
static inline void chacha_encrypt_bytes(struct chacha_ctx *x, const u8 *m,
crypto/libressl/crypto/chacha/chacha.c
60
chacha_encrypt_bytes((chacha_ctx *)ctx, in, out, (uint32_t)n);
crypto/libressl/crypto/chacha/chacha.c
91
chacha_encrypt_bytes(&ctx, in, out, (uint32_t)n);
crypto/openssh/chacha.h
30
void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
crypto/openssh/cipher-chachapoly.c
101
chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
crypto/openssh/cipher-chachapoly.c
106
chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen,
crypto/openssh/cipher-chachapoly.c
133
chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4);
crypto/openssh/cipher-chachapoly.c
84
chacha_encrypt_bytes(&ctx->main_ctx,
lib/libc/gen/arc4random.c
157
chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
lib/libc/gen/arc4random.c
181
chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
sys/crypto/chacha20/chacha.h
57
LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const uint8_t *m,
sys/crypto/chachapoly.c
127
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
sys/crypto/chachapoly.c
131
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
sys/crypto/chachapoly.c
170
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
sys/crypto/chachapoly.c
174
chacha_encrypt_bytes(&ctx->chacha, in, out, in_len);
sys/crypto/chachapoly.c
71
chacha_encrypt_bytes(&ctx->chacha, poly_key, poly_key,
sys/kern/subr_csprng.c
155
chacha_encrypt_bytes(&state->cipher_ctx, NULL, out, cnt);
sys/kern/subr_csprng.c
158
chacha_encrypt_bytes(&state->cipher_ctx, NULL, state->key,