Home
last modified time | relevance | path

Searched refs:chacha_encrypt_bytes (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssh/
H A Dcipher-chachapoly.c84 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 Dchacha.h30 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
H A Dchacha.c89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
H A Dssh_namespace.h92 #define chacha_encrypt_bytes Fssh_chacha_encrypt_bytes macro
/freebsd/sys/crypto/chacha20/
H A Dchacha-sw.c30 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 Dchacha.h36 LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
H A Dchacha.c111 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
/freebsd/lib/libc/gen/
H A Darc4random.c157 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 Darc4random.c130 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 Dchacha_private.h91 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
/freebsd/contrib/unbound/compat/
H A Darc4random.c208 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 Dchacha_private.h89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
/freebsd/sys/dev/random/
H A Dhash.c158 chacha_encrypt_bytes(&context->chacha, NULL, d_out, in randomdev_keystream()
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_rng.c72 chacha_encrypt_bytes(prf, NULL, buf, chunklen); in fxrng_rng_keystream_internal()
/freebsd/sys/libkern/
H A Darc4random.c231 chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length);
/freebsd/sys/kern/
H A Dkern_shutdown.c1490 chacha_encrypt_bytes(&kdc->kdc_chacha, buf, buf, size); in dump_encrypt()