Searched refs:seedsize (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 427 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ, 441 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
|
| H A D | jitterentropy-kcapi.c | 187 .seedsize = 0,
|
| H A D | testmgr.c | 3466 int err = 0, i, j, seedsize; in test_cprng() local 3470 seedsize = crypto_rng_seedsize(tfm); in test_cprng() 3472 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng() 3488 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
|
| H A D | drbg.c | 2082 alg->seedsize = 0; in drbg_fill_array()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | rng.h | 49 unsigned int seedsize; member 200 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cryptouser.h | 160 unsigned int seedsize; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cryptouser.h | 160 unsigned int seedsize; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cryptouser.h | 187 unsigned int seedsize; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | qcom-rng.c | 147 .seedsize = 0,
|
| H A D | exynos-rng.c | 257 .seedsize = EXYNOS_RNG_SEED_SIZE,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-core.c | 231 .seedsize = SS_SEED_LEN / BITS_PER_BYTE,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-core.c | 287 .seedsize = PRNG_SEED_SIZE,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-core.c | 559 .seedsize = PRNG_SEED_SIZE,
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | architecture.rst | 169 - seedsize: required size of seed data for random number generator
|
| /OK3568_Linux_fs/kernel/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.c | 1368 .seedsize = 0,
|