/freebsd/crypto/openssh/ |
H A D | cipher-chachapoly.c | 84 chacha_encrypt_bytes(&ctx->main_ctx, in chachapoly_crypt() 101 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt() 106 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen, in chachapoly_crypt() 133 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4); in chachapoly_get_length()
|
H A D | chacha.h | 30 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
H A D | chacha.c | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
H A D | ssh_namespace.h | 92 #define chacha_encrypt_bytes Fssh_chacha_encrypt_bytes macro
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha-sw.c | 30 chacha_encrypt_bytes(ctx, in, out, CHACHA_BLOCKLEN); in chacha20_xform_crypt() 38 chacha_encrypt_bytes(ctx, in, out, len); in chacha20_xform_crypt_multi() 46 chacha_encrypt_bytes(ctx, in, out, len); in chacha20_xform_crypt_last()
|
H A D | chacha.h | 36 LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
H A D | chacha.c | 111 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
/freebsd/lib/libc/gen/ |
H A D | arc4random.c | 157 chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz, in _rs_stir() 181 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | arc4random.c | 130 chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz, in _rs_stir() 154 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
|
H A D | chacha_private.h | 91 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
/freebsd/contrib/unbound/compat/ |
H A D | arc4random.c | 208 chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz, in _rs_stir() 242 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
|
H A D | chacha_private.h | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
/freebsd/sys/dev/random/ |
H A D | hash.c | 158 chacha_encrypt_bytes(&context->chacha, NULL, d_out, in randomdev_keystream()
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_rng.c | 72 chacha_encrypt_bytes(prf, NULL, buf, chunklen); in fxrng_rng_keystream_internal()
|
/freebsd/sys/libkern/ |
H A D | arc4random.c | 231 chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length);
|
/freebsd/sys/kern/ |
H A D | kern_shutdown.c | 1490 chacha_encrypt_bytes(&kdc->kdc_chacha, buf, buf, size); in dump_encrypt()
|