Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/crypt/
Dchacha_private.h9 typedef unsigned char u8; typedef
20 #define U8V(v) ((u8)(v) & U8C(0xFF))
55 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()
93 u8 *ctarget = NULL; in chacha_encrypt_bytes()
94 u8 tmp[64]; in chacha_encrypt_bytes()
/bionic/libc/kernel/uapi/linux/netfilter/
Dx_tables.h85 __u8 u8; member