Searched defs:PHT (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/safer/
H A Dsaferp.c84 /* This is a forward single layer PHT transform. */
85 #define PHT(b) \ macro
95 /* This is an inverse single layer PHT transform */
125 PHT(b); SHUF(b, b2); \
126 PHT(b2); SHUF(b2, b); \
127 PHT(b); SHUF(b, b2); \
128 PHT(b2);
H A Dsafer.c94 #define PHT(x, y) { y += x; x += y; } macro
277 PHT(a, b); PHT(c, d); PHT(e, f); PHT(g, h);
278 PHT(a, c); PHT(e, g); PHT(b, d); PHT(f, h);
279 PHT(
[all...]

Completed in 72 milliseconds