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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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 38 milliseconds