Searched refs:crypto_alloc_rng (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/crypto/ |
D | rng.c | 118 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng() function 122 EXPORT_SYMBOL_GPL(crypto_alloc_rng); 131 rng = crypto_alloc_rng("stdrng", 0, 0); in crypto_get_default_rng()
|
D | algif_rng.c | 119 return crypto_alloc_rng(name, type, mask); in rng_bind()
|
D | drbg.c | 1482 drbg->jent = crypto_alloc_rng("jitterentropy_rng", 0, 0); in drbg_prepare_hrng()
|
D | testmgr.c | 1741 rng = crypto_alloc_rng(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_cprng() 1768 drng = crypto_alloc_rng(driver, type | CRYPTO_ALG_INTERNAL, mask); in drbg_cavs_test()
|
/linux-4.4.14/include/crypto/ |
D | rng.h | 95 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
|