Home
last modified time | relevance | path

Searched refs:rng_buf (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Drng.c78 u32 *rng_buf; in ath9k_rng_kthread() local
81 rng_buf = kmalloc_array(ATH9K_RNG_BUF_SIZE, sizeof(u32), GFP_KERNEL); in ath9k_rng_kthread()
82 if (!rng_buf) in ath9k_rng_kthread()
86 bytes_read = ath9k_rng_data_read(sc, rng_buf, in ath9k_rng_kthread()
99 add_hwgenerator_randomness((void *)rng_buf, bytes_read, in ath9k_rng_kthread()
103 kfree(rng_buf); in ath9k_rng_kthread()

Completed in 1 milliseconds