Searched refs:chacha_encrypt_bytes (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 66 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()
|
D | chacha.h | 29 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
|
D | ChangeLog | 5534 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/ |
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
|