Searched refs:crypto_alloc_rng (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/crypto/ |
H A D | rng.c | 133 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng() function 137 EXPORT_SYMBOL_GPL(crypto_alloc_rng); 146 rng = crypto_alloc_rng("stdrng", 0, 0); in crypto_get_default_rng()
|
H A D | algif_rng.c | 209 rng = crypto_alloc_rng(name, type, mask); in rng_bind()
|
H A D | drbg.c | 1544 drbg->jent = crypto_alloc_rng("jitterentropy_rng", 0, 0); in drbg_prepare_hrng()
|
H A D | testmgr.c | 3783 rng = crypto_alloc_rng(driver, type, mask); in alg_test_cprng() 3810 drng = crypto_alloc_rng(driver, type, mask); in drbg_cavs_test()
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-rng.rst | 14 …:functions: crypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_byt…
|
H A D | api-samples.rst | 170 rng = crypto_alloc_rng(drbg, 0, 0);
|
/openbmc/linux/include/crypto/ |
H A D | rng.h | 111 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
|