Searched refs:le32_to_cpu_array (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
H A Dmd5.c28 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) le32_to_cpu_array() function
46 le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(u32)); md5_transform_helper()
113 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - md5_final()
H A Dmd4.c68 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) le32_to_cpu_array() function
152 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); md4_transform_helper()
219 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - md4_final()
/linux-4.4.14/scripts/mod/
H A Dsumversion.c72 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) le32_to_cpu_array() function
156 le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(uint32_t)); md4_transform_helper()
216 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - md4_final_ascii()

Completed in 116 milliseconds