Searched refs:chacha_ctx (Results 1 – 2 of 2) sorted by relevance
15 } chacha_ctx; typedef55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in chacha_keysetup()80 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup()89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes()
60 chacha_ctx rs_chacha; /* chacha context for random keystream */