Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Drng.h62 int __crypto_stdrng_get_bytes(void *buf, unsigned int len);
80 return __crypto_stdrng_get_bytes(buf, len); in crypto_stdrng_get_bytes()
/linux/crypto/
H A Drng.c145 int __crypto_stdrng_get_bytes(void *buf, unsigned int len) in __crypto_stdrng_get_bytes() function
157 EXPORT_SYMBOL_GPL(__crypto_stdrng_get_bytes);