Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/aes/
H A Daes_local.h19 # define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro
20 # define GETU32(p) SWAP(*((u32 *)(p)))
21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }

Completed in 5 milliseconds