Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/mod/
H A 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()
/OK3568_Linux_fs/kernel/crypto/
H A 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()
H A Dmd5.c125 le32_to_cpu_array(ctx->block, sizeof(ctx->block) / sizeof(u32)); in md5_transform_helper()
192 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - in md5_final()
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dblake2s-generic.c57 le32_to_cpu_array(m, ARRAY_SIZE(m)); in blake2s_compress_generic()
/OK3568_Linux_fs/kernel/include/linux/byteorder/
H A Dgeneric.h160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dsfdp.c454 le32_to_cpu_array(bfpt.dwords, BFPT_DWORD_MAX); in spi_nor_parse_bfpt()
895 le32_to_cpu_array(smpt, smpt_header->length); in spi_nor_parse_smpt()
975 le32_to_cpu_array(dwords, SFDP_4BAIT_DWORD_MAX); in spi_nor_parse_4bait()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c1039 le32_to_cpu_array(data_cpu, len_in_dwords); in qed_dmae_to_grc()