Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddrbg.c233 static int drbg_fips_continuous_test(struct drbg_state *drbg, in drbg_fips_continuous_test()
285 static int drbg_ctr_df(struct drbg_state *drbg, in drbg_ctr_df()
308 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update()
371 static int drbg_ctr_generate(struct drbg_state *drbg, in drbg_ctr_generate()
429 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update()
481 static int drbg_hmac_generate(struct drbg_state *drbg, in drbg_hmac_generate()
594 static int drbg_hash_df(struct drbg_state *drbg, in drbg_hash_df()
633 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update()
676 static int drbg_hash_process_addtl(struct drbg_state *drbg, in drbg_hash_process_addtl()
708 static int drbg_hash_hashgen(struct drbg_state *drbg, in drbg_hash_hashgen()
[all …]
H A Dtestmgr.c152 struct drbg_test_suite drbg; member
/linux/include/crypto/
H A Ddrbg.h124 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen()
131 static inline __u8 drbg_blocklen(struct drbg_state *drbg) in drbg_blocklen()
138 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen()
145 static inline size_t drbg_max_request_bytes(struct drbg_state *drbg) in drbg_max_request_bytes()
151 static inline size_t drbg_max_addtl(struct drbg_state *drbg) in drbg_max_addtl()
166 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests()