Home
last modified time | relevance | path

Searched refs:seedsize (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/crypto/
Drng.c62 static unsigned int seedsize(struct crypto_alg *alg) in seedsize() function
66 return ralg->seedsize; in seedsize()
78 rrng.seedsize = seedsize(alg); in crypto_rng_report()
94 seq_printf(m, "seedsize : %u\n", seedsize(alg)); in crypto_rng_show()
181 if (alg->seedsize > PAGE_SIZE / 8) in crypto_register_rng()
Dansi_cprng.c427 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
441 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
Djitterentropy-kcapi.c181 .seedsize = 0,
Dtestmgr.c3498 int err = 0, i, j, seedsize; in test_cprng() local
3502 seedsize = crypto_rng_seedsize(tfm); in test_cprng()
3504 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng()
3520 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
Ddrbg.c2109 alg->seedsize = 0; in drbg_fill_array()
/linux-5.19.10/include/crypto/
Drng.h49 unsigned int seedsize; member
200 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
/linux-5.19.10/include/uapi/linux/
Dcryptouser.h187 unsigned int seedsize; member
/linux-5.19.10/drivers/crypto/caam/
Dcaamprng.c184 .seedsize = 0,
/linux-5.19.10/drivers/crypto/
Dqcom-rng.c147 .seedsize = 0,
Dexynos-rng.c257 .seedsize = EXYNOS_RNG_SEED_SIZE,
/linux-5.19.10/drivers/crypto/hisilicon/trng/
Dtrng.c217 .seedsize = SW_DRBG_SEED_SIZE,
/linux-5.19.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c232 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-core.c287 .seedsize = PRNG_SEED_SIZE,
/linux-5.19.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c578 .seedsize = PRNG_SEED_SIZE,
/linux-5.19.10/Documentation/crypto/
Darchitecture.rst169 - seedsize: required size of seed data for random number generator
/linux-5.19.10/drivers/crypto/amcc/
Dcrypto4xx_core.c1368 .seedsize = 0,