Searched refs:drbg_string (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | drbg.h | 65 struct drbg_string { struct 71 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() argument 103 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ 186 struct drbg_string *addtl; /* additional information string */ 205 struct drbg_string *addtl) in crypto_drbg_get_bytes_addtl() 236 struct drbg_string *addtl, in crypto_drbg_get_bytes_addtl_test() 264 struct drbg_string *pers, in crypto_drbg_reset_test()
|
/linux-4.1.27/crypto/ |
D | drbg.c | 295 unsigned char *outval, const struct drbg_string *in); 305 struct drbg_string *curr = NULL; in drbg_ctr_bcc() 306 struct drbg_string data; in drbg_ctr_bcc() 384 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() 402 struct drbg_string *seed = NULL; in drbg_ctr_df() 520 struct drbg_string cipherin; in drbg_ctr_update() 581 struct drbg_string data; in drbg_ctr_generate() 662 struct drbg_string seed1, seed2, vdata; in drbg_hmac_update() 713 struct drbg_string data; in drbg_hmac_generate() 831 struct drbg_string data; in drbg_hash_df() [all …]
|
D | testmgr.c | 1730 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test()
|