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

/freebsd-11-stable/crypto/openssh/
H A Dcipher-chachapoly.c67 chacha_encrypt_bytes(&ctx->main_ctx,
84 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen);
89 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen,
116 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.c90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) function
H A Dssh_namespace.h112 #define chacha_encrypt_bytes Fssh_chacha_encrypt_bytes macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Darc4random.c152 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ);
H A Dchacha_private.h89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) function
/freebsd-11-stable/contrib/unbound/compat/
H A Darc4random.c236 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

Completed in 127 milliseconds