/kernel/linux/linux-5.10/crypto/ |
H 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()
|
H A D | ansi_cprng.c | 426 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ, 440 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
|
H A D | jitterentropy-kcapi.c | 187 .seedsize = 0,
|
H A D | testmgr.c | 3463 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 D | rng.c | 65 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 D | ansi_cprng.c | 427 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ, 441 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
|
H A D | jitterentropy-kcapi.c | 309 .seedsize = 0,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | rng.h | 30 * 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 D | rng.h | 46 * 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 D | cryptouser.h | 78 unsigned int seedsize; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cryptouser.h | 187 unsigned int seedsize; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cryptouser.h | 187 unsigned int seedsize; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cryptouser.h | 161 unsigned int seedsize; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cryptouser.h | 161 unsigned int seedsize; member
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamprng.c | 190 .seedsize = 0,
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | qcom-rng.c | 147 .seedsize = 0,
|
H A D | exynos-rng.c | 257 .seedsize = EXYNOS_RNG_SEED_SIZE,
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | qcom-rng.c | 148 .seedsize = 0,
|
H A D | exynos-rng.c | 257 .seedsize = EXYNOS_RNG_SEED_SIZE,
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/trng/ |
H A D | trng.c | 217 .seedsize = SW_DRBG_SEED_SIZE,
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-core.c | 231 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-core.c | 231 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 287 .seedsize = PRNG_SEED_SIZE,
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 559 .seedsize = PRNG_SEED_SIZE,
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 301 .seedsize = PRNG_SEED_SIZE,
|