Searched refs:seedsize (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/crypto/ |
D | rng.c | 64 static unsigned int seedsize(struct crypto_alg *alg) in seedsize() function 68 return ralg->seedsize; in seedsize() 78 rrng.seedsize = seedsize(alg); in crypto_rng_report() 100 seq_printf(m, "seedsize : %u\n", seedsize(alg)); in crypto_rng_show() 187 if (alg->seedsize > PAGE_SIZE / 8) in crypto_register_rng()
|
D | ansi_cprng.c | 432 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ, 446 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
|
D | jitterentropy-kcapi.c | 171 .seedsize = 0,
|
D | testmgr.c | 1659 int err = 0, i, j, seedsize; in test_cprng() local 1663 seedsize = crypto_rng_seedsize(tfm); in test_cprng() 1665 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng() 1681 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
|
D | drbg.c | 2001 alg->seedsize = 0; in drbg_fill_array()
|
/Linux-v4.19/include/crypto/ |
D | rng.h | 54 unsigned int seedsize; member 197 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
|
/Linux-v4.19/include/uapi/linux/ |
D | cryptouser.h | 108 unsigned int seedsize; member
|
/Linux-v4.19/drivers/crypto/ |
D | qcom-rng.c | 142 .seedsize = 0,
|
D | exynos-rng.c | 257 .seedsize = EXYNOS_RNG_SEED_SIZE,
|
/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-core.c | 219 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
|
/Linux-v4.19/Documentation/crypto/ |
D | architecture.rst | 173 - seedsize: required size of seed data for random number generator
|