Searched refs:cpu_to_le32_array (Results 1 – 9 of 9) sorted by relevance
/linux-5.10/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-5.10/lib/crypto/ |
D | blake2s.c | 67 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in blake2s_final()
|
/linux-5.10/crypto/ |
D | blake2s_generic.c | 79 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in crypto_blake2s_final()
|
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-5.10/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-5.10/arch/x86/crypto/ |
D | blake2s-glue.c | 125 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in crypto_blake2s_final()
|
/linux-5.10/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()
|