Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c208 #define SWAPN(cl, ch, s, x, y) do { \ in br_aes_ct_ortho() macro
216 #define SWAP2(x, y) SWAPN(0x55555555, 0xAAAAAAAA, 1, x, y) in br_aes_ct_ortho()
217 #define SWAP4(x, y) SWAPN(0x33333333, 0xCCCCCCCC, 2, x, y) in br_aes_ct_ortho()
218 #define SWAP8(x, y) SWAPN(0x0F0F0F0F, 0xF0F0F0F0, 4, x, y) in br_aes_ct_ortho()
H A Daes_ct64.c208 #define SWAPN(cl, ch, s, x, y) do { \ in br_aes_ct64_ortho() macro
216 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) in br_aes_ct64_ortho()
217 #define SWAP4(x, y) SWAPN(0x3333333333333333, 0xCCCCCCCCCCCCCCCC, 2, x, y) in br_aes_ct64_ortho()
218 #define SWAP8(x, y) SWAPN(0x0F0F0F0F0F0F0F0F, 0xF0F0F0F0F0F0F0F0, 4, x, y) in br_aes_ct64_ortho()