Searched refs:chacha_ctx (Results 1 – 2 of 2) sorted by relevance
35 } chacha_ctx; typedef72 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup()97 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup()106 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes()
69 chacha_ctx rs_chacha; /* chacha context for random keystream */