Searched refs:cpu_to_le32_array (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/arch/mips/cavium-octeon/crypto/ |
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-v5.15/include/linux/byteorder/ |
D | generic.h | 168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
|
/Linux-v5.15/include/crypto/internal/ |
D | blake2s.h | 65 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in __blake2s_final()
|
/Linux-v5.15/scripts/mod/ |
D | sumversion.c | 80 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() function 219 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(uint32_t)); in md4_final_ascii()
|
/Linux-v5.15/fs/smbfs_common/ |
D | cifs_md4.c | 191 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in cifs_md4_final()
|
/Linux-v5.15/crypto/ |
D | md4.c | 205 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final()
|
D | md5.c | 195 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32)); in md5_final()
|
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_fw_funcs.c | 1042 cpu_to_le32_array(data_cpu, len_in_dwords); in qed_dmae_to_grc()
|
D | qed_debug.c | 996 cpu_to_le32_array(dest, size); in qed_read_storm_fw_info() 1010 cpu_to_le32_array(dest, size); in qed_read_storm_fw_info()
|