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

/freebsd-current/sys/crypto/chacha20/
H A Dchacha-sw.c30 chacha_encrypt_bytes(ctx, in, out, CHACHA_BLOCKLEN);
38 chacha_encrypt_bytes(ctx, in, out, len);
46 chacha_encrypt_bytes(ctx, in, out, len);
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) function
/freebsd-current/crypto/openssh/
H A Dcipher-chachapoly.c84 chacha_encrypt_bytes(&ctx->main_ctx,
101 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
106 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen,
133 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4);
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) function
H A Dssh_namespace.h92 #define chacha_encrypt_bytes Fssh_chacha_encrypt_bytes macro
/freebsd-current/lib/libc/gen/
H A Darc4random.c156 chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
180 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
/freebsd-current/contrib/unbound/compat/
H A Darc4random.c208 chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
242 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
H A Dchacha_private.h89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) function
/freebsd-current/crypto/openssh/openbsd-compat/
H A Darc4random.c130 chacha_encrypt_bytes(&rsx->rs_chacha, (uint8_t *)&rekey_fuzz,
154 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf,
H A Dchacha_private.h91 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) function
/freebsd-current/sys/dev/random/
H A Dhash.c152 * We are limited by the chacha_encrypt_bytes API to
158 chacha_encrypt_bytes(&context->chacha, NULL, d_out,
/freebsd-current/sys/libkern/
H A Darc4random.c231 chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length);
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_rng.c72 chacha_encrypt_bytes(prf, NULL, buf, chunklen);
/freebsd-current/sys/kern/
H A Dkern_shutdown.c1490 chacha_encrypt_bytes(&kdc->kdc_chacha, buf, buf, size);

Completed in 133 milliseconds