Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-chachapoly.c66 chacha_encrypt_bytes(&ctx->main_ctx, in chachapoly_crypt()
83 chacha_encrypt_bytes(&ctx->header_ctx, src, dest, aadlen); in chachapoly_crypt()
88 chacha_encrypt_bytes(&ctx->main_ctx, src + aadlen, in chachapoly_crypt()
115 chacha_encrypt_bytes(&ctx->header_ctx, cp, buf, 4); in chachapoly_get_length()
Dchacha.h29 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
Dchacha.c90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
DChangeLog5534 Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this
5535 makes it easier to verify that chacha_encrypt_bytes() is only called once
/external/openssh/openbsd-compat/
Darc4random.c152 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ); in _rs_rekey()
Dchacha_private.h89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function