Searched refs:cpu_to_le32_array (Results 1 – 3 of 3) sorted by relevance
36 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function116 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32)); in md5_final()
76 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function222 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final()
80 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() function219 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(uint32_t)); in md4_final_ascii()