Searched refs:le32_to_cpu_array (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/crypto/sparc/ |
| H A D | md5.h | 28 le32_to_cpu_array(state->h, ARRAY_SIZE(state->h)); in md5_blocks()
|
| /linux/lib/crypto/mips/ |
| H A D | md5.h | 64 le32_to_cpu_array(state->h, ARRAY_SIZE(state->h)); in md5_blocks()
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | sfdp.c | 461 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/scripts/mod/ |
| H A D | sumversion.c | 74 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/fs/smb/common/ |
| H A D | cifs_md4.c | 123 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/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
|
| /linux/lib/crypto/ |
| H A D | blake2s.c | 52 le32_to_cpu_array(m, ARRAY_SIZE(m)); in blake2s_compress_generic()
|
| H A D | md5.c | 41 le32_to_cpu_array(in, ARRAY_SIZE(in)); in md5_block_generic()
|
| /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()
|