Searched refs:seedsize (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/crypto/ |
D | rng.c | 66 static unsigned int seedsize(struct crypto_alg *alg) in seedsize() function 70 return ralg->seedsize; in seedsize() 82 rrng.seedsize = seedsize(alg); in crypto_rng_report() 98 seq_printf(m, "seedsize : %u\n", seedsize(alg)); in crypto_rng_show() 185 if (alg->seedsize > PAGE_SIZE / 8) in crypto_register_rng()
|
D | ansi_cprng.c | 426 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ, 440 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
|
D | jitterentropy-kcapi.c | 187 .seedsize = 0,
|
D | testmgr.c | 3463 int err = 0, i, j, seedsize; in test_cprng() local 3467 seedsize = crypto_rng_seedsize(tfm); in test_cprng() 3469 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng() 3485 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
|
D | drbg.c | 2104 alg->seedsize = 0; in drbg_fill_array()
|
/Linux-v5.10/include/crypto/ |
D | rng.h | 49 unsigned int seedsize; member 198 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
|
/Linux-v5.10/include/uapi/linux/ |
D | cryptouser.h | 187 unsigned int seedsize; member
|
/Linux-v5.10/drivers/crypto/ |
D | qcom-rng.c | 143 .seedsize = 0,
|
D | exynos-rng.c | 257 .seedsize = EXYNOS_RNG_SEED_SIZE,
|
/Linux-v5.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-core.c | 231 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
|
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-core.c | 285 .seedsize = PRNG_SEED_SIZE,
|
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-core.c | 559 .seedsize = PRNG_SEED_SIZE,
|
/Linux-v5.10/Documentation/crypto/ |
D | architecture.rst | 169 - seedsize: required size of seed data for random number generator
|
/Linux-v5.10/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 1368 .seedsize = 0,
|