Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c89 #define IPHT(x, y) { x -= y; y -= x; } macro
323 IPHT(a, e); IPHT(b, f); IPHT(c, g); IPHT(d, h); in s_safer_ecb_decrypt()
324 IPHT(a, c); IPHT(e, g); IPHT(b, d); IPHT(f, h); in s_safer_ecb_decrypt()
325 IPHT(a, b); IPHT(c, d); IPHT(e, f); IPHT(g, h); in s_safer_ecb_decrypt()

Completed in 3 milliseconds