Searched refs:SWAP4 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 217 #define SWAP4(x, y) SWAPN(0x33333333, 0xCCCCCCCC, 2, x, y) in br_aes_ct_ortho() macro 225 SWAP4(q[0], q[2]); in br_aes_ct_ortho() 226 SWAP4(q[1], q[3]); in br_aes_ct_ortho() 227 SWAP4(q[4], q[6]); in br_aes_ct_ortho() 228 SWAP4(q[5], q[7]); in br_aes_ct_ortho()
|
H A D | aes_ct64.c | 217 #define SWAP4(x, y) SWAPN(0x3333333333333333, 0xCCCCCCCCCCCCCCCC, 2, x, y) in br_aes_ct64_ortho() macro 225 SWAP4(q[0], q[2]); in br_aes_ct64_ortho() 226 SWAP4(q[1], q[3]); in br_aes_ct64_ortho() 227 SWAP4(q[4], q[6]); in br_aes_ct64_ortho() 228 SWAP4(q[5], q[7]); in br_aes_ct64_ortho()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_dc_reg.h | 324 #define SWAP4 2 macro
|