Searched refs:chacha_ivsetup (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 65 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt() 82 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt() 87 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt() 114 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
|
D | chacha.h | 26 void chacha_ivsetup(struct chacha_ctx *x, const u_char *iv, const u_char *ctr)
|
D | chacha.c | 81 chacha_ivsetup(chacha_ctx *x, const u8 *iv, const u8 *counter) in chacha_ivsetup() function
|
D | ChangeLog | 5534 Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this 5536 per chacha_ivsetup() call.
|
/external/openssh/openbsd-compat/ |
D | arc4random.c | 77 chacha_ivsetup(&rs, buf + KEYSZ); in _rs_init()
|
D | chacha_private.h | 80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup() function
|