Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c216 #define SWAP2(x, y) SWAPN(0x55555555, 0xAAAAAAAA, 1, x, y) in br_aes_ct_ortho() macro
220 SWAP2(q[0], q[1]); in br_aes_ct_ortho()
221 SWAP2(q[2], q[3]); in br_aes_ct_ortho()
222 SWAP2(q[4], q[5]); in br_aes_ct_ortho()
223 SWAP2(q[6], q[7]); in br_aes_ct_ortho()
H A Daes_ct64.c216 #define SWAP2(x, y) SWAPN(0x5555555555555555, 0xAAAAAAAAAAAAAAAA, 1, x, y) in br_aes_ct64_ortho() macro
220 SWAP2(q[0], q[1]); in br_aes_ct64_ortho()
221 SWAP2(q[2], q[3]); in br_aes_ct64_ortho()
222 SWAP2(q[4], q[5]); in br_aes_ct64_ortho()
223 SWAP2(q[6], q[7]); in br_aes_ct64_ortho()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc_reg.h323 #define SWAP2 1 macro
H A Dtegra_dc.c181 sw = BYTE_SWAP(SWAP2); in dc_parse_drm_format()