Symbol: chacha_encrypt_bytes
lib/libc/crypt/arc4random.c
107
chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
lib/libc/crypt/arc4random.c
131
chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
lib/libcrypto/chacha/chacha-merged.c
31
static inline void chacha_encrypt_bytes(struct chacha_ctx *x, const u8 *m,
lib/libcrypto/chacha/chacha.c
62
chacha_encrypt_bytes((chacha_ctx *)ctx, in, out, (uint32_t)n);
lib/libcrypto/chacha/chacha.c
94
chacha_encrypt_bytes(&ctx, in, out, (uint32_t)n);
libexec/ld.so/util.c
100
chacha_encrypt_bytes(&chacha, buf, buf, buflen);
sys/crypto/chachapoly.c
138
chacha_encrypt_bytes(&chacha_ctx, b.b0, b.b0, sizeof(b.b0));
sys/crypto/chachapoly.c
144
chacha_encrypt_bytes(&chacha_ctx, (uint8_t *) src, dst, src_len);
sys/crypto/chachapoly.c
185
chacha_encrypt_bytes(&chacha_ctx, b.b0, b.b0, sizeof(b.b0));
sys/crypto/chachapoly.c
203
chacha_encrypt_bytes(&chacha_ctx, (uint8_t *) src, dst, dst_len);
sys/crypto/chachapoly.c
55
chacha_encrypt_bytes((chacha_ctx *)ctx->block, data, data,
sys/crypto/chachapoly.c
85
chacha_encrypt_bytes((chacha_ctx *)&ctx->chacha, ctx->key, ctx->key,
sys/dev/rnd.c
475
chacha_encrypt_bytes(&rs, rs_buf, rs_buf, sizeof(rs_buf));
sys/dev/rnd.c
580
chacha_encrypt_bytes((chacha_ctx *)ctx, buf, buf, n);
usr.bin/ssh/chacha.h
30
void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
usr.bin/ssh/cipher-chachapoly.c
126
chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4);
usr.bin/ssh/cipher-chachapoly.c
77
chacha_encrypt_bytes(&ctx->main_ctx,
usr.bin/ssh/cipher-chachapoly.c
94
chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
usr.bin/ssh/cipher-chachapoly.c
99
chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen,