Home
last modified time | relevance | path

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

/external/openssh/
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()
Dchacha.h30 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
/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