Home
last modified time | relevance | path

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

/linux/drivers/crypto/hisilicon/trng/
H A Dtrng.c69 static int hisi_trng_read(struct hwrng *rng, void *buf, size_t max, bool wait); in hisi_trng_set_seed()
132 size = hisi_trng_read(&trng->rng, seed, SW_DRBG_SEED_SIZE, false); in hisi_trng_generate()
232 static int hisi_trng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in hisi_trng_add_to_list()
337 trng->rng.read = hisi_trng_read;
183 static int hisi_trng_read(struct hwrng *rng, void *buf, size_t max, bool wait) hisi_trng_read() function