Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/crypto_toolbox/
H A 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) & …
/aosp12/system/bt/stack/crypto_toolbox/
H A 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))