Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Ddrbg.c320 static int drbg_ctr_bcc(struct drbg_state *drbg, in drbg_ctr_bcc()
398 static int drbg_ctr_df(struct drbg_state *drbg, in drbg_ctr_df()
595 static int drbg_ctr_generate(struct drbg_state *drbg, in drbg_ctr_generate()
822 static int drbg_hash_df(struct drbg_state *drbg, in drbg_hash_df()
936 static int drbg_hash_hashgen(struct drbg_state *drbg, in drbg_hash_hashgen()
1383 static int drbg_generate(struct drbg_state *drbg, in drbg_generate()
1662 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_set_entropy() local
1927 struct drbg_state *drbg = crypto_tfm_ctx(tfm); in drbg_kcapi_init() local
1952 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_random() local
1971 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_seed() local
[all …]
A Dtestmgr.c152 struct drbg_test_suite drbg; member
/linux-6.3-rc2/include/crypto/
A Ddrbg.h147 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen()
154 static inline __u8 drbg_blocklen(struct drbg_state *drbg) in drbg_blocklen()
161 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen()
168 static inline size_t drbg_max_request_bytes(struct drbg_state *drbg) in drbg_max_request_bytes()
174 static inline size_t drbg_max_addtl(struct drbg_state *drbg) in drbg_max_addtl()
189 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests()

Completed in 17 milliseconds