Home
last modified time | relevance | path

Searched refs:crypto_default_rng_refcnt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Drng.c29 static int crypto_default_rng_refcnt; variable
137 crypto_default_rng_refcnt++; in crypto_get_default_rng()
150 crypto_default_rng_refcnt--; in crypto_put_default_rng()
161 if (crypto_default_rng_refcnt) in crypto_del_default_rng()
/kernel/linux/linux-6.6/crypto/
H A Drng.c29 static int crypto_default_rng_refcnt; variable
160 crypto_default_rng_refcnt++; in crypto_get_default_rng()
173 crypto_default_rng_refcnt--; in crypto_put_default_rng()
184 if (crypto_default_rng_refcnt) in crypto_del_default_rng()

Completed in 1 milliseconds