Home
last modified time | relevance | path

Searched refs:seedsize (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/crypto/
H A 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()
H A Dansi_cprng.c426 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
440 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
H A Djitterentropy-kcapi.c187 .seedsize = 0,
H A Dtestmgr.c3463 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()
/kernel/linux/linux-6.6/crypto/
H A Drng.c65 static unsigned int seedsize(struct crypto_alg *alg) in seedsize() function
69 return ralg->seedsize; in seedsize()
81 rrng.seedsize = seedsize(alg); in crypto_rng_report()
91 seq_printf(m, "seedsize : %u\n", seedsize(alg)); in crypto_rng_show()
205 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.c309 .seedsize = 0,
/kernel/linux/linux-5.10/include/crypto/
H A Drng.h30 * size of the seed is defined with @seedsize .
33 * @seedsize: The seed size required for a random number generator
49 unsigned int seedsize; member
200 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
/kernel/linux/linux-6.6/include/crypto/
H A Drng.h46 * size of the seed is defined with @seedsize .
50 * @seedsize: The seed size required for a random number generator
70 unsigned int seedsize; member
249 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcryptouser.h78 unsigned int seedsize; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcryptouser.h187 unsigned int seedsize; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcryptouser.h187 unsigned int seedsize; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcryptouser.h161 unsigned int seedsize; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcryptouser.h161 unsigned int seedsize; member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamprng.c190 .seedsize = 0,
/kernel/linux/linux-5.10/drivers/crypto/
H A Dqcom-rng.c147 .seedsize = 0,
H A Dexynos-rng.c257 .seedsize = EXYNOS_RNG_SEED_SIZE,
/kernel/linux/linux-6.6/drivers/crypto/
H A Dqcom-rng.c148 .seedsize = 0,
H A Dexynos-rng.c257 .seedsize = EXYNOS_RNG_SEED_SIZE,
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/trng/
H A Dtrng.c217 .seedsize = SW_DRBG_SEED_SIZE,
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c231 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-core.c231 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c287 .seedsize = PRNG_SEED_SIZE,
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c559 .seedsize = PRNG_SEED_SIZE,
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c301 .seedsize = PRNG_SEED_SIZE,

Completed in 19 milliseconds

12