Home
last modified time | relevance | path

Searched defs:SWAP (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha3.c98 #define SWAP(x, y) do { uint64_t tmp = (x); (x) = (y); (y) = tmp; } while (0) macro
H A Ddes.c259 #define SWAP(a, b) \ macro
/optee_os/core/crypto/
H A Dsm4.c38 #define SWAP(a, b) { uint32_t t = a; a = b; b = t; t = 0; } macro