Searched refs:seedsize (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/crypto/ |
D | rng.c | 66 static unsigned int seedsize(struct crypto_alg *alg) in seedsize() function 70 return ralg->seedsize; in seedsize() 80 rrng.seedsize = seedsize(alg); in crypto_rng_report() 102 seq_printf(m, "seedsize : %u\n", seedsize(alg)); in crypto_rng_show() 189 if (alg->seedsize > PAGE_SIZE / 8) in crypto_register_rng()
|
D | ansi_cprng.c | 432 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ, 446 .seedsize = DEFAULT_PRNG_KSZ + 2 * DEFAULT_BLK_SZ,
|
D | jitterentropy-kcapi.c | 168 .seedsize = 0,
|
D | testmgr.c | 1477 int err = 0, i, j, seedsize; in test_cprng() local 1481 seedsize = crypto_rng_seedsize(tfm); in test_cprng() 1483 seed = kmalloc(seedsize, GFP_KERNEL); in test_cprng() 1499 err = crypto_rng_reset(tfm, seed, seedsize); in test_cprng()
|
D | drbg.c | 1956 alg->seedsize = 0; in drbg_fill_array()
|
/linux-4.4.14/include/crypto/ |
D | rng.h | 54 unsigned int seedsize; member 197 return crypto_rng_alg(tfm)->seedsize; in crypto_rng_seedsize()
|
/linux-4.4.14/include/uapi/linux/ |
D | cryptouser.h | 103 unsigned int seedsize; member
|
/linux-4.4.14/Documentation/DocBook/ |
D | crypto-API.xml.db | 107 API-crypto-rng-seedsize
|