Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/mtd/spi-nor/
Dsfdp.c461 le32_to_cpu_array(bfpt.dwords, BFPT_DWORD_MAX); in spi_nor_parse_bfpt()
947 le32_to_cpu_array(smpt, smpt_header->length); in spi_nor_parse_smpt()
1028 le32_to_cpu_array(dwords, SFDP_4BAIT_DWORD_MAX); in spi_nor_parse_4bait()
1179 le32_to_cpu_array(dwords, profile1_header->length); in spi_nor_parse_profile1()
1267 le32_to_cpu_array(dwords, sccr_header->length); in spi_nor_parse_sccr()
1319 le32_to_cpu_array(dwords, sccr_mc_header->length); in spi_nor_parse_sccr_mc()
/linux-6.14.4/scripts/mod/
Dsumversion.c74 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array() function
158 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); in md4_transform_helper()
218 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - in md4_final_ascii()
/linux-6.14.4/fs/smb/common/
Dcifs_md4.c123 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); in md4_transform_helper()
189 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - in cifs_md4_final()
/linux-6.14.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.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()
/linux-6.14.4/lib/crypto/
Dblake2s-generic.c56 le32_to_cpu_array(m, ARRAY_SIZE(m)); in blake2s_compress_generic()
/linux-6.14.4/include/linux/byteorder/
Dgeneric.h160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function
/linux-6.14.4/arch/sparc/crypto/
Dmd5_glue.c40 le32_to_cpu_array(mctx->hash, 4); in md5_sparc64_init()
/linux-6.14.4/sound/usb/
Dmidi2.c203 le32_to_cpu_array((u32 *)urb->transfer_buffer, len >> 2); in input_urb_complete()
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c1238 le32_to_cpu_array(data_cpu, len_in_dwords); in qed_dmae_to_grc()
/linux-6.14.4/drivers/usb/gadget/function/
Df_midi2.c699 le32_to_cpu_array((u32 *)req->buf, req->actual >> 2); in f_midi2_ep_out_complete()