Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c218 #define SWAP8(x, y) SWAPN(0x0F0F0F0F, 0xF0F0F0F0, 4, x, y) in br_aes_ct_ortho() macro
230 SWAP8(q[0], q[4]); in br_aes_ct_ortho()
231 SWAP8(q[1], q[5]); in br_aes_ct_ortho()
232 SWAP8(q[2], q[6]); in br_aes_ct_ortho()
233 SWAP8(q[3], q[7]); in br_aes_ct_ortho()
H A Daes_ct64.c218 #define SWAP8(x, y) SWAPN(0x0F0F0F0F0F0F0F0F, 0xF0F0F0F0F0F0F0F0, 4, x, y) in br_aes_ct64_ortho() macro
230 SWAP8(q[0], q[4]); in br_aes_ct64_ortho()
231 SWAP8(q[1], q[5]); in br_aes_ct64_ortho()
232 SWAP8(q[2], q[6]); in br_aes_ct64_ortho()
233 SWAP8(q[3], q[7]); in br_aes_ct64_ortho()