Searched refs:u8 (Results 1 – 1 of 1) sorted by relevance
29 typedef uint8_t u8; typedef37 #define U8V(v) ((u8)(v))72 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()110 u8 tmp[64]; in chacha_encrypt_bytes()111 u8 *ctarget = tmp; in chacha_encrypt_bytes()