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

/freebsd-9.3-release/crypto/openssl/crypto/camellia/
H A Dcmll_locl.h87 # define CAMELLIA_SWAP4(x) (x = ( _lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) ) macro
101 # define CAMELLIA_SWAP4(x) \ macro
106 # define CAMELLIA_SWAP4(x) \ macro
126 CAMELLIA_SWAP4((word)[0]); \
127 CAMELLIA_SWAP4((word)[1]); \
128 CAMELLIA_SWAP4((word)[2]); \
129 CAMELLIA_SWAP4((word)[3]); \

Completed in 24 milliseconds