Searched refs:seedsize (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | rng.c | 62 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()
|
A D | ansi_cprng.c | 427 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ, 441 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
|
A D | jitterentropy-kcapi.c | 181 .seedsize = 0,
|
A D | testmgr.c | 3535 int err = 0, i, j, seedsize; in test_cprng() local 3539 seedsize = crypto_rng_seedsize(tfm); in test_cprng() 3541 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng() 3557 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
|
A D | drbg.c | 2107 alg->seedsize = 0; in drbg_fill_array()
|
/linux-6.3-rc2/include/crypto/ |
A D | rng.h | 49 unsigned int seedsize; member 200 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | cryptouser.h | 187 unsigned int seedsize; member
|
/linux-6.3-rc2/drivers/crypto/ |
A D | qcom-rng.c | 148 .seedsize = 0,
|
A D | exynos-rng.c | 257 .seedsize = EXYNOS_RNG_SEED_SIZE,
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | caamprng.c | 190 .seedsize = 0,
|
/linux-6.3-rc2/drivers/crypto/hisilicon/trng/ |
A D | trng.c | 217 .seedsize = SW_DRBG_SEED_SIZE,
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun4i-ss/ |
A D | sun4i-ss-core.c | 232 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-core.c | 288 .seedsize = PRNG_SEED_SIZE,
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-core.c | 579 .seedsize = PRNG_SEED_SIZE,
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | architecture.rst | 169 - seedsize: required size of seed data for random number generator
|
/linux-6.3-rc2/drivers/crypto/amcc/ |
A D | crypto4xx_core.c | 1366 .seedsize = 0,
|
Completed in 35 milliseconds