Searched refs:cpu_to_le32_array (Results 1 – 10 of 10) sorted by relevance
/linux/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-md5.c | 75 cpu_to_le32_array(mctx->hash, 4); in octeon_md5_init() 145 cpu_to_le32_array(mctx->block + 14, 2); in octeon_md5_final()
|
/linux/lib/crypto/ |
H A D | blake2s.c | 55 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in blake2s_final()
|
/linux/include/linux/byteorder/ |
H A D | generic.h | 168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
|
/linux/scripts/mod/ |
H A D | sumversion.c | 82 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() function 221 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final_ascii()
|
/linux/fs/smb/common/ |
H A D | cifs_md4.c | 192 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in cifs_md4_final()
|
/linux/crypto/ |
H A D | md4.c | 205 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final()
|
H A D | md5.c | 195 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32)); in md5_final()
|
/linux/sound/usb/ |
H A D | midi2.c | 148 cpu_to_le32_array((u32 *)urb->transfer_buffer, count >> 2); in prepare_output_urb()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 1241 cpu_to_le32_array(data_cpu, len_in_dwords); in qed_dmae_to_grc()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 439 cpu_to_le32_array((u32 *)req->buf, req->length >> 2); in queue_request_ep_in()
|