Searched refs:le32_to_cpu_array (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/scripts/mod/ |
H A D | sumversion.c | 72 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, ARRAY_SIZE(ctx->block)); in md4_transform_helper() 216 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - in md4_final_ascii()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | sfdp.c | 464 le32_to_cpu_array(bfpt.dwords, BFPT_DWORD_MAX); in spi_nor_parse_bfpt() 931 le32_to_cpu_array(smpt, smpt_header->length); in spi_nor_parse_smpt() 1010 le32_to_cpu_array(dwords, SFDP_4BAIT_DWORD_MAX); in spi_nor_parse_4bait() 1161 le32_to_cpu_array(dwords, profile1_header->length); in spi_nor_parse_profile1() 1249 le32_to_cpu_array(dwords, sccr_header->length); in spi_nor_parse_sccr() 1301 le32_to_cpu_array(dwords, sccr_mc_header->length); in spi_nor_parse_sccr_mc()
|
/openbmc/linux/fs/smb/common/ |
H A D | cifs_md4.c | 122 le32_to_cpu_array(ctx->block, ARRAY_SIZE(ctx->block)); in md4_transform_helper() 188 le32_to_cpu_array(mctx->block, (sizeof(mctx->block) - in cifs_md4_final()
|
/openbmc/linux/lib/crypto/ |
H A D | blake2s-generic.c | 56 le32_to_cpu_array(m, ARRAY_SIZE(m)); in blake2s_compress_generic()
|
/openbmc/linux/crypto/ |
H A D | md4.c | 135 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 D | md5.c | 125 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()
|
/openbmc/u-boot/include/linux/byteorder/ |
H A D | generic.h | 160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function
|
/openbmc/linux/include/linux/byteorder/ |
H A D | generic.h | 160 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() function
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | md5_glue.c | 40 le32_to_cpu_array(mctx->hash, 4); in md5_sparc64_init()
|
/openbmc/linux/sound/usb/ |
H A D | midi2.c | 203 le32_to_cpu_array((u32 *)urb->transfer_buffer, len >> 2); in input_urb_complete()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 1238 le32_to_cpu_array(data_cpu, len_in_dwords); in qed_dmae_to_grc()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 699 le32_to_cpu_array((u32 *)req->buf, req->actual >> 2); in f_midi2_ep_out_complete()
|