Searched refs:PHT (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/safer/ |
| H A D | safer.c | 88 #define PHT(x, y) { y += x; x += y; } macro 271 PHT(a, b); PHT(c, d); PHT(e, f); PHT(g, h); in s_safer_ecb_encrypt() 272 PHT(a, c); PHT(e, g); PHT(b, d); PHT(f, h); in s_safer_ecb_encrypt() 273 PHT(a, e); PHT(b, f); PHT(c, g); PHT(d, h); in s_safer_ecb_encrypt()
|
| H A D | saferp.c | 80 #define PHT(b) do { \ macro 124 PHT(b); SHUF(b, b2); \ 125 PHT(b2); SHUF(b2, b); \ 126 PHT(b); SHUF(b, b2); \ 127 PHT(b2); \
|