Home
last modified time | relevance | path

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

/linux-6.6.21/crypto/
Ddrbg.c1076 static inline int drbg_get_random_bytes(struct drbg_state *drbg, in drbg_get_random_bytes() function
1106 ret = drbg_get_random_bytes(drbg, entropy, entropylen); in drbg_seed_from_random()
1187 ret = drbg_get_random_bytes(drbg, entropy, entropylen); in drbg_seed()