Searched defs:seed (Results 1 – 7 of 7) sorted by relevance
/crypto/ |
D | drbg.c | 422 struct drbg_string *seed = NULL; in drbg_ctr_df() local 531 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 654 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 860 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 1038 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed() 1944 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
|
D | ansi_cprng.c | 365 const u8 *seed, unsigned int slen) in cprng_reset() 395 const u8 *seed, unsigned int slen) in fips_cprng_reset()
|
D | xxhash_generic.c | 13 u64 seed; member
|
D | jitterentropy-kcapi.c | 179 const u8 *seed, unsigned int slen) in jent_kcapi_reset()
|
D | rng.c | 31 int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed, unsigned int slen) in crypto_rng_reset()
|
D | algif_rng.c | 277 static int rng_setkey(void *private, const u8 *seed, unsigned int seedlen) in rng_setkey()
|
D | testmgr.c | 3448 u8 *seed; in test_cprng() local
|