Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dfcrypt.c76 #define Z(x) cpu_to_be32(x << 3) macro
113 #define Z(x) cpu_to_be32(((x & 0x1f) << 27) | (x >> 5)) macro
150 #define Z(x) cpu_to_be32(x << 11) macro
187 #define Z(x) cpu_to_be32(x << 19) macro