Home
last modified time | relevance | path

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

/linux/include/crypto/
H 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()
/linux/crypto/
H A Dtestmgr.c158 struct drbg_test_suite drbg; member