Searched refs:WPOLY (Results 1 - 3 of 3) 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))
173 #define f4(x) ((x<<2) ^ (((x>>6) & 1) * WPOLY) ^ (((x>>6) & 2) * WPOLY))
174 #define f8(x) ((x<<3) ^ (((x>>5) & 1) * WPOLY) ^ (((x>>5) & 2) * WPOLY) \
175 ^ (((x>>5) & 4) * WPOLY))
275 WPOLY as modular polynomial - the simplest primitive
285 w ^= (w << 1) ^ (w & 0x80 ? WPOLY : 0);
H A Daesopt.h600 #define WPOLY 0x011b macro
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h560 #define WPOLY 0x011b macro

Completed in 23 milliseconds