Home
last modified time | relevance | path

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

/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
/include/crypto/
Dcurve25519.h67 get_random_bytes_wait(secret, CURVE25519_KEY_SIZE); in curve25519_generate_secret()