Home
last modified time | relevance | path

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

/Linux-v5.15/include/crypto/internal/
Drng.h21 int crypto_del_default_rng(void);
23 static inline int crypto_del_default_rng(void) in crypto_del_default_rng() function
/Linux-v5.15/crypto/
Drng.c156 int crypto_del_default_rng(void) in crypto_del_default_rng() function
174 EXPORT_SYMBOL_GPL(crypto_del_default_rng);
Dcrypto_user_base.c387 return crypto_del_default_rng(); in crypto_del_rng()