Home
last modified time | relevance | path

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

/crypto/
Dmd5.c36 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
116 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32)); in md5_final()
Dmd4.c76 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
222 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final()