Searched refs:u32 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
D | chacha_private.h | 10 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) in chacha_keysetup() 89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() [all …]
|
/bionic/libc/include/bits/ |
D | epoll_event.h | 43 uint32_t u32; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | x_tables.h | 76 __u32 u32; member
|