Searched refs:PHT (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/ |
A D | safer.c | 95 #define PHT(x, y) { y += x; x += y; } macro 278 PHT(a, b); PHT(c, d); PHT(e, f); PHT(g, h); in _safer_ecb_encrypt() 279 PHT(a, c); PHT(e, g); PHT(b, d); PHT(f, h); in _safer_ecb_encrypt() 280 PHT(a, e); PHT(b, f); PHT(c, g); PHT(d, h); in _safer_ecb_encrypt()
|
A D | saferp.c | 87 #define PHT(b) do { \ macro 131 PHT(b); SHUF(b, b2); \ 132 PHT(b2); SHUF(b2, b); \ 133 PHT(b); SHUF(b, b2); \ 134 PHT(b2); \
|
Completed in 4 milliseconds