Home
last modified time | relevance | path

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

/crypto/
Daes_generic.c1128 #define star_x(x) (((x) & 0x7f7f7f7f) << 1) ^ ((((x) & 0x80808080) >> 7) * 0x1b) macro
1131 u = star_x(x); \
1132 v = star_x(u); \
1133 w = star_x(v); \