Searched defs:rng_alg (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/crypto/ |
| D | rng.h | 41 struct rng_alg { struct 42 int (*generate)(struct crypto_rng *tfm, 45 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); 46 void (*set_ent)(struct crypto_rng *tfm, const u8 *data, 49 unsigned int seedsize; 51 struct crypto_alg base;
|
| /kernel/linux/linux-6.6/include/crypto/ |
| D | rng.h | 58 struct rng_alg { struct 59 int (*generate)(struct crypto_rng *tfm, 62 int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen); 63 void (*set_ent)(struct crypto_rng *tfm, const u8 *data, 67 struct crypto_istat_rng stat; 70 unsigned int seedsize; 72 struct crypto_alg base;
|