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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daestab.c172 #define f2(x) ((x<<1) ^ (((x>>7) & 1) * WPOLY)) macro
184 #define f2(x) ((x) ? pow[log[x] + 0x19] : 0) macro
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s176 #define f2(x) ((x<<1)^(((x>>7)&1)*0x11b)) define

Completed in 11 milliseconds