HomeSort by relevance Sort by last modified time
    Searched refs:get_u32_le (Results 1 - 3 of 3) sorted by null

  /external/openssh/
misc.h 109 u_int32_t get_u32_le(const void *)
umac.c 146 #define LOAD_UINT32_REVERSED(p) get_u32_le(p)
150 #define LOAD_UINT32_LITTLE(p) (get_u32_le(p))
    [all...]
misc.c 793 get_u32_le(const void *vp) function

Completed in 5413 milliseconds