Home
last modified time | relevance | path

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

/crypto/
Dmd5.c28 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() argument
30 while (words--) { in le32_to_cpu_array()
36 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() argument
38 while (words--) { in cpu_to_le32_array()
Dmd4.c68 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() argument
70 while (words--) { in le32_to_cpu_array()
76 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() argument
78 while (words--) { in cpu_to_le32_array()