Home
last modified time | relevance | path

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

/linux-4.19.296/lib/crypto/
Dblake2s-generic.c53 le32_to_cpu_array(m, ARRAY_SIZE(m)); in blake2s_compress_generic()
/linux-4.19.296/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-4.19.296/include/linux/byteorder/
Dgeneric.h160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function