Searched refs:chacha_keysetup (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | cipher-chachapoly.c | 37 chacha_keysetup(&ctx->main_ctx, key, 256); in chachapoly_init() 38 chacha_keysetup(&ctx->header_ctx, key + 32, 256); in chachapoly_init()
|
D | chacha.h | 25 void chacha_keysetup(struct chacha_ctx *x, const u_char *k, u_int kbits)
|
D | chacha.c | 56 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() function
|
/external/openssh/openbsd-compat/ |
D | arc4random.c | 76 chacha_keysetup(&rs, buf, KEYSZ * 8, 0); in _rs_init()
|
D | chacha_private.h | 55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in chacha_keysetup() function
|