Home
last modified time | relevance | path

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

/crypto/
Dfcrypt.c73 #define Z(x) cpu_to_be32(x << 3) macro
110 #define Z(x) cpu_to_be32(((x & 0x1f) << 27) | (x >> 5)) macro
147 #define Z(x) cpu_to_be32(x << 11) macro
184 #define Z(x) cpu_to_be32(x << 19) macro