Searched refs:addtl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | drbg.h | 96 struct list_head *addtl); 186 struct drbg_string *addtl; /* additional information string */ member 205 struct drbg_string *addtl) in crypto_drbg_get_bytes_addtl() argument 211 genbuf.addtl = addtl; in crypto_drbg_get_bytes_addtl() 236 struct drbg_string *addtl, in crypto_drbg_get_bytes_addtl_test() argument 243 genbuf.addtl = addtl; in crypto_drbg_get_bytes_addtl_test() 271 genbuf.addtl = pers; in crypto_drbg_reset_test()
|
/linux-4.1.27/crypto/ |
D | drbg.c | 577 struct list_head *addtl) in drbg_ctr_generate() argument 584 if (addtl && !list_empty(addtl)) { in drbg_ctr_generate() 585 ret = drbg_ctr_update(drbg, addtl, 2); in drbg_ctr_generate() 709 struct list_head *addtl) in drbg_hmac_generate() argument 717 if (addtl && !list_empty(addtl)) { in drbg_hmac_generate() 718 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate() 742 if (addtl && !list_empty(addtl)) in drbg_hmac_generate() 743 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate() 906 struct list_head *addtl) in drbg_hash_process_addtl() argument 914 if (!addtl || list_empty(addtl)) in drbg_hash_process_addtl() [all …]
|
D | testmgr.c | 1730 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local 1753 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test() 1757 buf, test->expectedlen, &addtl, &test_data); in drbg_cavs_test() 1760 buf, test->expectedlen, &addtl); in drbg_cavs_test() 1768 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test() 1772 buf, test->expectedlen, &addtl, &test_data); in drbg_cavs_test() 1775 buf, test->expectedlen, &addtl); in drbg_cavs_test()
|