Searched defs:swab_uint32 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-otp/
H A Dotp-hash.c56 static inline uint32_t swab_uint32(uint32_t val) function
77 *p++ = swab_uint32(tmp[0] ^ tmp[2] ^ tmp[4]);
78 *p = swab_uint32(tmp[1] ^ tmp[3]);

Completed in 542 milliseconds