Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher-chachapoly.c64 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()
HDchacha.h29 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
HDchacha.c90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
HDssh_namespace.h98 #define chacha_encrypt_bytes ssh_chacha_encrypt_bytes macro
/NextBSD/contrib/unbound/compat/
HDarc4random.c163 chacha_encrypt_bytes(&rsx->rs_chacha, rsx->rs_buf, in _rs_rekey()
HDchacha_private.h89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
/NextBSD/crypto/openssh/openbsd-compat/
HDarc4random.c118 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ); in _rs_rekey()
HDchacha_private.h89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function