Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
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()
Dansi_cprng.c427 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
441 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
Djitterentropy-kcapi.c321 .seedsize = 0,
Dtestmgr.c3636 int err = 0, i, j, seedsize; in test_cprng() local
3640 seedsize = crypto_rng_seedsize(tfm); in test_cprng()
3642 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng()
3658 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
Ddrbg.c2093 alg->seedsize = 0; in drbg_fill_array()
/linux-6.12.1/include/crypto/
Drng.h51 unsigned int seedsize; member
200 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
/linux-6.12.1/include/uapi/linux/
Dcryptouser.h195 unsigned int seedsize; member
/linux-6.12.1/drivers/crypto/caam/
Dcaamprng.c190 .seedsize = 0,
/linux-6.12.1/drivers/crypto/
Dqcom-rng.c167 .seedsize = 0,
Dexynos-rng.c257 .seedsize = EXYNOS_RNG_SEED_SIZE,
/linux-6.12.1/drivers/crypto/hisilicon/trng/
Dtrng.c217 .seedsize = SW_DRBG_SEED_SIZE,
/linux-6.12.1/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-core.c229 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-core.c301 .seedsize = PRNG_SEED_SIZE,
/linux-6.12.1/Documentation/crypto/
Darchitecture.rst169 - seedsize: required size of seed data for random number generator
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c631 .seedsize = PRNG_SEED_SIZE,
/linux-6.12.1/drivers/crypto/amcc/
Dcrypto4xx_core.c1326 .seedsize = 0,