Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
H A Dsaferp.c112 #define iSHUF(b, b2) do { \ macro
133 iSHUF(b, b2); iPHT(b2); \
134 iSHUF(b2, b); iPHT(b); \
135 iSHUF(b, b2); iPHT(b2); \