Home
last modified time | relevance | path

Searched refs:testentropy (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/crypto/
Ddrbg.h103 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ member
/linux-4.1.27/crypto/
Ddrbg.c1071 if (drbg->test_data && drbg->test_data->testentropy) { in drbg_seed()
1072 drbg_string_fill(&data1, drbg->test_data->testentropy->buf, in drbg_seed()
1073 drbg->test_data->testentropy->len); in drbg_seed()
1563 if (!test_data || !test_data->testentropy) in drbg_set_testdata()
Dtestmgr.c1730 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local
1744 test_data.testentropy = &testentropy; in drbg_cavs_test()
1745 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()
1755 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test()
1770 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()