Home
last modified time | relevance | path

Searched defs:drbg (Results 1 – 2 of 2) sorted by relevance

/crypto/
Ddrbg.c241 static int drbg_fips_continuous_test(struct drbg_state *drbg, in drbg_fips_continuous_test()
318 static int drbg_ctr_bcc(struct drbg_state *drbg, in drbg_ctr_bcc()
396 static int drbg_ctr_df(struct drbg_state *drbg, in drbg_ctr_df()
530 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update()
593 static int drbg_ctr_generate(struct drbg_state *drbg, in drbg_ctr_generate()
653 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update()
705 static int drbg_hmac_generate(struct drbg_state *drbg, in drbg_hmac_generate()
820 static int drbg_hash_df(struct drbg_state *drbg, in drbg_hash_df()
859 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update()
902 static int drbg_hash_process_addtl(struct drbg_state *drbg, in drbg_hash_process_addtl()
[all …]
Dtestmgr.c137 struct drbg_test_suite drbg; member