Searched refs:drbg_string (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | drbg.h | 66 struct drbg_string { struct 72 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() argument 104 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ 128 struct drbg_string test_data; 199 struct drbg_string *addtl) in crypto_drbg_get_bytes_addtl() 224 struct drbg_string *addtl, in crypto_drbg_get_bytes_addtl_test() 248 struct drbg_string *pers, in crypto_drbg_reset_test()
|
/linux-4.4.14/crypto/ |
D | drbg.c | 298 unsigned char *outval, const struct drbg_string *in); 308 struct drbg_string *curr = NULL; in drbg_ctr_bcc() 309 struct drbg_string data; in drbg_ctr_bcc() 387 struct drbg_string S1, S2, S4, cipherin; in drbg_ctr_df() 405 struct drbg_string *seed = NULL; in drbg_ctr_df() 523 struct drbg_string cipherin; in drbg_ctr_update() 584 struct drbg_string data; in drbg_ctr_generate() 665 struct drbg_string seed1, seed2, vdata; in drbg_hmac_update() 716 struct drbg_string data; in drbg_hmac_generate() 834 struct drbg_string data; in drbg_hash_df() [all …]
|
D | testmgr.c | 1762 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test()
|