Searched defs:drbg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | drbg.c | 242 static int drbg_fips_continuous_test(struct drbg_state *drbg, in drbg_fips_continuous_test() 319 static int drbg_ctr_bcc(struct drbg_state *drbg, in drbg_ctr_bcc() 397 static int drbg_ctr_df(struct drbg_state *drbg, in drbg_ctr_df() 531 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() 594 static int drbg_ctr_generate(struct drbg_state *drbg, in drbg_ctr_generate() 654 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update() 706 static int drbg_hmac_generate(struct drbg_state *drbg, in drbg_hmac_generate() 821 static int drbg_hash_df(struct drbg_state *drbg, in drbg_hash_df() 860 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update() 903 static int drbg_hash_process_addtl(struct drbg_state *drbg, in drbg_hash_process_addtl() [all …]
|
| H A D | fips140-selftests.c | 138 struct drbg_testvec drbg; member
|
| H A D | testmgr.c | 155 struct drbg_test_suite drbg; member
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | drbg.h | 146 static inline __u8 drbg_statelen(struct drbg_state *drbg) in drbg_statelen() 153 static inline __u8 drbg_blocklen(struct drbg_state *drbg) in drbg_blocklen() 160 static inline __u8 drbg_keylen(struct drbg_state *drbg) in drbg_keylen() 167 static inline size_t drbg_max_request_bytes(struct drbg_state *drbg) in drbg_max_request_bytes() 173 static inline size_t drbg_max_addtl(struct drbg_state *drbg) in drbg_max_addtl() 188 static inline size_t drbg_max_requests(struct drbg_state *drbg) in drbg_max_requests()
|