Home
last modified time | relevance | path

Searched refs:cpu_to_le32_array (Results 1 – 9 of 9) sorted by relevance

/linux-5.10/include/linux/byteorder/
Dgeneric.h168 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() function
/linux-5.10/lib/crypto/
Dblake2s.c67 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in blake2s_final()
/linux-5.10/crypto/
Dblake2s_generic.c79 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in crypto_blake2s_final()
Dmd4.c205 cpu_to_le32_array(mctx->hash, ARRAY_SIZE(mctx->hash)); in md4_final()
Dmd5.c195 cpu_to_le32_array(mctx->hash, sizeof(mctx->hash) / sizeof(u32)); in md5_final()
/linux-5.10/scripts/mod/
Dsumversion.c80 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/
Dblake2s-glue.c125 cpu_to_le32_array(state->h, ARRAY_SIZE(state->h)); in crypto_blake2s_final()
/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c1042 cpu_to_le32_array(data_cpu, len_in_dwords); in qed_dmae_to_grc()
Dqed_debug.c996 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()