Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Drc5.c77 L[j++] = BSWAP(A); in s_rc5_setup()
84 L[j++] = BSWAP(A); in s_rc5_setup()
A Drc6.c67 L[j++] = BSWAP(A); in s_rc6_setup()
75 L[j++] = BSWAP(A); in s_rc6_setup()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h232 #define BSWAP(x) ( ((x>>24)&0x000000FFUL) | ((x<<24)&0xFF000000UL) | \ macro

Completed in 22 milliseconds