Searched refs:chacha_encrypt_bytes (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | cipher-chachapoly.c | 64 chacha_encrypt_bytes(&ctx->main_ctx, in chachapoly_crypt() 80 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt() 82 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen, in chachapoly_crypt() 110 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4); in chachapoly_get_length()
|
| HD | chacha.h | 29 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
| HD | chacha.c | 90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| HD | ssh_namespace.h | 98 #define chacha_encrypt_bytes ssh_chacha_encrypt_bytes macro
|
| /NextBSD/contrib/unbound/compat/ |
| HD | arc4random.c | 163 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
|
| HD | chacha_private.h | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | arc4random.c | 118 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ); in _rs_rekey()
|
| HD | chacha_private.h | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|