Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Donce.h83 DO_ONCE(get_random_bytes_wait, (buf), (nbytes)) \
Drandom.h75 static inline int get_random_bytes_wait(void *buf, size_t nbytes) in get_random_bytes_wait() function
/linux-4.19.296/crypto/
Drng.c46 err = get_random_bytes_wait(buf, slen); in crypto_rng_reset()