Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc74 #define WPOLY 0x011b macro
79 #define f2(x) (((x) << 1) ^ ((((x) >> 7) & 1) * WPOLY))
80 #define f4(x) (((x) << 2) ^ ((((x) >> 6) & 1) * WPOLY) ^ ((((x) >> 6) & 2) * WPOLY))
81 …fine f8(x) (((x) << 3) ^ ((((x) >> 5) & 1) * WPOLY) ^ ((((x) >> 5) & 2) * WPOLY) ^ ((((x) >> 5) & …