Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Ddrbg.c1060 static inline int drbg_get_random_bytes(struct drbg_state *drbg, in drbg_get_random_bytes() function
1090 ret = drbg_get_random_bytes(drbg, entropy, entropylen); in drbg_seed_from_random()
1171 ret = drbg_get_random_bytes(drbg, entropy, entropylen); in drbg_seed()