Home
last modified time | relevance | path

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

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