Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c241 static bool drbg_fips_continuous_test(struct drbg_state *drbg, in drbg_fips_continuous_test()
332 static int drbg_ctr_bcc(struct drbg_state *drbg, in drbg_ctr_bcc()
412 static int drbg_ctr_df(struct drbg_state *drbg, in drbg_ctr_df()
546 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update()
613 static int drbg_ctr_generate(struct drbg_state *drbg, in drbg_ctr_generate()
689 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update()
738 static int drbg_hmac_generate(struct drbg_state *drbg, in drbg_hmac_generate()
815 static int drbg_hash_df(struct drbg_state *drbg, in drbg_hash_df()
856 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update()
900 static int drbg_hash_process_addtl(struct drbg_state *drbg, in drbg_hash_process_addtl()
[all …]
Dtestmgr.c130 struct drbg_test_suite drbg; member