Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c96 #define IPHT(x, y) { x -= y; y -= x; } macro
330 IPHT(a, e); IPHT(b, f); IPHT(c, g); IPHT(d, h); in _safer_ecb_decrypt()
331 IPHT(a, c); IPHT(e, g); IPHT(b, d); IPHT(f, h); in _safer_ecb_decrypt()
332 IPHT(a, b); IPHT(c, d); IPHT(e, f); IPHT(g, h); in _safer_ecb_decrypt()

Completed in 3 milliseconds