Searched defs:drbg (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/crypto/ |
D | drbg.c | 267 static int drbg_ctr_bcc(struct drbg_state *drbg, in drbg_ctr_bcc() 345 static int drbg_ctr_df(struct drbg_state *drbg, in drbg_ctr_df() 479 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 542 static int drbg_ctr_generate(struct drbg_state *drbg, in drbg_ctr_generate() 602 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 654 static int drbg_hmac_generate(struct drbg_state *drbg, in drbg_hmac_generate() 769 static int drbg_hash_df(struct drbg_state *drbg, in drbg_hash_df() 808 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 851 static int drbg_hash_process_addtl(struct drbg_state *drbg, in drbg_hash_process_addtl() 883 static int drbg_hash_hashgen(struct drbg_state *drbg, in drbg_hash_hashgen() [all …]
|
D | testmgr.c | 135 struct drbg_test_suite drbg; member
|
/Linux-v4.19/include/crypto/ |
D | drbg.h | 140 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() 147 static inline __u8 drbg_blocklen(struct drbg_state *drbg) in drbg_blocklen() 154 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen() 161 static inline size_t drbg_max_request_bytes(struct drbg_state *drbg) in drbg_max_request_bytes() 167 static inline size_t drbg_max_addtl(struct drbg_state *drbg) in drbg_max_addtl() 182 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests()
|