Searched refs:addtl (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/crypto/ |
| D | drbg.h | 98 struct list_head *addtl); 209 struct drbg_string *addtl) in crypto_drbg_get_bytes_addtl() argument 211 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl() 234 struct drbg_string *addtl, in crypto_drbg_get_bytes_addtl_test() argument 239 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl_test()
|
| /Linux-v5.4/crypto/ |
| D | drbg.c | 595 struct list_head *addtl) in drbg_ctr_generate() argument 601 if (addtl && !list_empty(addtl)) { in drbg_ctr_generate() 602 ret = drbg_ctr_update(drbg, addtl, 2); in drbg_ctr_generate() 708 struct list_head *addtl) in drbg_hmac_generate() argument 716 if (addtl && !list_empty(addtl)) { in drbg_hmac_generate() 717 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate() 739 if (addtl && !list_empty(addtl)) in drbg_hmac_generate() 740 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate() 903 struct list_head *addtl) in drbg_hash_process_addtl() argument 911 if (!addtl || list_empty(addtl)) in drbg_hash_process_addtl() [all …]
|
| D | testmgr.c | 3374 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local 3397 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test() 3401 buf, test->expectedlen, &addtl, &test_data); in drbg_cavs_test() 3404 buf, test->expectedlen, &addtl); in drbg_cavs_test() 3412 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test() 3416 buf, test->expectedlen, &addtl, &test_data); in drbg_cavs_test() 3419 buf, test->expectedlen, &addtl); in drbg_cavs_test()
|