Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDumac.c135 #define LOAD_UINT32_REVERSED(p) (swap32(*(const UINT32 *)(p))) macro
139 static UINT32 LOAD_UINT32_REVERSED(const void *ptr) in LOAD_UINT32_REVERSED() function
165 #define LOAD_UINT32_LITTLE(ptr) LOAD_UINT32_REVERSED(ptr)
568 *p = LOAD_UINT32_REVERSED(p); in endian_convert()
575 t = LOAD_UINT32_REVERSED(p+1); in endian_convert()
576 p[1] = LOAD_UINT32_REVERSED(p); in endian_convert()