Home
last modified time | relevance | path

Searched refs:get_u32_le (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dmisc.h170 u_int32_t get_u32_le(const void *)
H A Dumac.c141 #define LOAD_UINT32_REVERSED(p) get_u32_le(p)
145 #define LOAD_UINT32_LITTLE(p) (get_u32_le(p))
H A Dssh_namespace.h300 #define get_u32_le Fssh_get_u32_le macro
H A Dmisc.c1632 get_u32_le(const void *vp) in get_u32_le() function