Searched refs:bitswap (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ntlm/
H A Dntlm-des.c259 * to perform the swap. Let's denote this by bitswap(4,0x0F0F0F0F).
266 * Perform bitswap( 4,0x0F0F0F0F) to make it cedFba
267 * Perform bitswap(16,0x0000FFFF) to make it ecdFba
269 * Perform bitswap( 2,0x33333333) to make it bcdFEa
270 * Perform bitswap( 8,0x00FF00FF) to make it dcbFEa
272 * Perform bitswap( 1,0x55555555) to make it acbFED
277 * bitswap operations.)
505 #define bitswap(L, R, n, mask) (\ macro
512 bitswap(R, L, 4, 0x0F0F0F0F), \
513 bitswap(
[all...]

Completed in 335 milliseconds