Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/crypto/
Dmd4.c135 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); in md4_transform_helper()
202 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - in md4_final()
Dmd5.c128 le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(u32)); in md5_transform_helper()
195 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - in md5_final()
/Linux-v5.4/include/linux/byteorder/
Dgeneric.h160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function