Searched defs: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

Completed in 187 milliseconds