Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dcipher-chachapoly.c67 chacha_encrypt_bytes(&ctx->main_ctx, in chachapoly_crypt()
84 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt()
89 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen, in chachapoly_crypt()
116 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.c90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
H A Dssh_namespace.h65 #define chacha_encrypt_bytes Fssh_chacha_encrypt_bytes macro
/freebsd-12.1/sys/crypto/chacha20/
H A Dchacha-sw.c52 chacha_encrypt_bytes(ctx, bytes, bytes, 1); in chacha20_xform_crypt()
61 chacha_encrypt_bytes(ctx, bytes, bytes, len); in chacha20_xform_crypt_multi()
H A Dchacha.h34 LOCAL void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
H A Dchacha.c94 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
/freebsd-12.1/lib/libc/gen/
H A Darc4random.c133 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
/freebsd-12.1/sys/libkern/
H A Darc4random.c176 chacha_encrypt_bytes(&chacha20->ctx, chacha20->m_buffer, p, length); in arc4rand()
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Darc4random.c162 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ); 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-12.1/contrib/unbound/compat/
H A Darc4random.c236 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