Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Drng.c59 static unsigned int seedsize(struct crypto_alg *alg) in seedsize() function
63 return ralg->seedsize; in seedsize()
75 rrng.seedsize = seedsize(alg); in crypto_rng_report()
85 seq_printf(m, "seedsize : %u\n", seedsize(alg)); in crypto_rng_show()
174 if (alg->seedsize > PAGE_SIZE / 8) in crypto_register_rng()
H A Dansi_cprng.c427 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
441 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
H A Djitterentropy-kcapi.c321 .seedsize = 0,
H A Dtestmgr.c3497 int err = 0, i, j, seedsize; in test_cprng() local
3501 seedsize = crypto_rng_seedsize(tfm); in test_cprng()
3503 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng()
3519 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
H A Ddrbg.c2094 alg->seedsize = 0; in drbg_fill_array()
/linux-6.15/include/crypto/
H A Drng.h51 unsigned int seedsize; member
200 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
/linux-6.15/include/uapi/linux/
H A Dcryptouser.h196 unsigned int seedsize; member
/linux-6.15/drivers/crypto/caam/
H A Dcaamprng.c190 .seedsize = 0,
/linux-6.15/drivers/crypto/
H A Dqcom-rng.c167 .seedsize = 0,
H A Dexynos-rng.c257 .seedsize = EXYNOS_RNG_SEED_SIZE,
/linux-6.15/drivers/crypto/hisilicon/trng/
H A Dtrng.c217 .seedsize = SW_DRBG_SEED_SIZE,
/linux-6.15/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c229 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
/linux-6.15/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c301 .seedsize = PRNG_SEED_SIZE,
/linux-6.15/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c631 .seedsize = PRNG_SEED_SIZE,
/linux-6.15/Documentation/crypto/
H A Darchitecture.rst169 - seedsize: required size of seed data for random number generator
/linux-6.15/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1323 .seedsize = 0,