Searched refs:le32_to_cpu_array (Results 1 – 3 of 3) sorted by relevance
28 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function46 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()
68 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function152 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()
72 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array() function156 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()