Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddrbg.c1061 static inline int drbg_get_random_bytes(struct drbg_state *drbg, in drbg_get_random_bytes() function
1091 ret = drbg_get_random_bytes(drbg, entropy, entropylen); in drbg_seed_from_random()
1172 ret = drbg_get_random_bytes(drbg, entropy, entropylen); in drbg_seed()