Searched refs:chacha_ivsetup (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 66 chacha_ivsetup(&ctx->main_ctx, seqbuf, NULL); in chachapoly_crypt() 83 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_crypt() 88 chacha_ivsetup(&ctx->main_ctx, seqbuf, one); in chachapoly_crypt() 115 chacha_ivsetup(&ctx->header_ctx, seqbuf, NULL); in chachapoly_get_length()
|
D | chacha.h | 27 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
|
/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
|