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

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h588 #define BPOLY 0x1b macro
594 #define gf_mulx(x) ((((x) & m2) << 1) ^ ((((x) & m1) >> 7) * BPOLY))
603 * #define m4 (0x01010101 * BPOLY)

Completed in 68 milliseconds