Searched refs:chacha_encrypt_bytes (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 67 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()
|
D | chacha.h | 30 void chacha_encrypt_bytes(struct chacha_ctx *x, const u_char *m,
|
D | chacha.c | 90 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|
/external/openssh/openbsd-compat/ |
D | arc4random.c | 152 chacha_encrypt_bytes(&rs, rs_buf, rs_buf, RSBUFSZ); in _rs_rekey()
|
D | chacha_private.h | 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() function
|