Searched refs:crypto_default_rng (Results 1 – 1 of 1) sorted by relevance
27 static struct crypto_rng *crypto_default_rng; variable114 if (!crypto_default_rng) { in crypto_get_default_rng()126 crypto_default_rng = rng; in crypto_get_default_rng()153 err = crypto_rng_get_bytes(crypto_default_rng, buf, len); in __crypto_stdrng_get_bytes()168 crypto_free_rng(crypto_default_rng); in crypto_del_default_rng()169 crypto_default_rng = NULL; in crypto_del_default_rng()