Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dumac.c138 #define LOAD_UINT32_REVERSED(p) get_u32(p) macro
141 #define LOAD_UINT32_REVERSED(p) get_u32_le(p) macro
562 *p = LOAD_UINT32_REVERSED(p); in endian_convert()
569 t = LOAD_UINT32_REVERSED(p+1); in endian_convert()
570 p[1] = LOAD_UINT32_REVERSED(p); in endian_convert()