Searched refs:u32 (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h10 typedef unsigned int u32; typedef
14 u32 input[16]; /* could be compressed */
21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))
27 (((u32)((p)[0]) ) | \
28 ((u32)((p)[1]) << 8) | \
29 ((u32)((p)[2]) << 16) | \
30 ((u32)((p)[3]) << 24))
55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 byte
[all...]
/bionic/libc/include/sys/
H A Depoll.h63 uint32_t u32; member in union:epoll_data
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dx_tables.h89 __u32 u32; member in struct:_xt_align

Completed in 213 milliseconds