Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Daes.cc74 #define WPOLY 0x011b macro
79 #define f2(x) (((x) << 1) ^ ((((x) >> 7) & 1) * WPOLY))
81 (((x) << 2) ^ ((((x) >> 6) & 1) * WPOLY) ^ ((((x) >> 6) & 2) * WPOLY))
83 (((x) << 3) ^ ((((x) >> 5) & 1) * WPOLY) ^ ((((x) >> 5) & 2) * WPOLY) ^ \
84 ((((x) >> 5) & 4) * WPOLY))