Searched refs:crypto_alloc_rng (Results 1 – 10 of 10) sorted by relevance
/linux/crypto/ |
A D | rng.c | 110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng() function 114 EXPORT_SYMBOL_GPL(crypto_alloc_rng); 123 rng = crypto_alloc_rng("stdrng", 0, 0); in crypto_get_default_rng()
|
A D | algif_rng.c | 211 rng = crypto_alloc_rng(name, type, mask); in rng_bind()
|
A D | drbg.c | 1510 drbg->jent = crypto_alloc_rng("jitterentropy_rng", 0, 0); in drbg_prepare_hrng()
|
A D | testmgr.c | 3623 rng = crypto_alloc_rng(driver, type, mask); in alg_test_cprng() 3650 drng = crypto_alloc_rng(driver, type, mask); in drbg_cavs_test()
|
/linux/Documentation/crypto/ |
A D | api-rng.rst | 14 …:functions: crypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_byt…
|
A D | api-samples.rst | 170 rng = crypto_alloc_rng(drbg, 0, 0);
|
/linux/include/crypto/ |
A D | rng.h | 90 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
|
/linux/ |
A D | vmlinux.symvers | 9984 0x00000000 crypto_alloc_rng vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 15299 ffff800010452090 T crypto_alloc_rng
|
A D | .tmp_System.map | 15299 ffff800010452090 T crypto_alloc_rng
|
Completed in 335 milliseconds