Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/byteorder/
Dgeneric.h168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
/Linux-v5.4/scripts/mod/
Dsumversion.c80 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() function
219 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(uint32_t)); in md4_final_ascii()
/Linux-v5.4/crypto/
Dmd4.c205 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final()
Dmd5.c198 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32)); in md5_final()