Searched refs:testentropy (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/crypto/
H A Ddrbg.h105 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ member in struct:drbg_test_data
238 crypto_rng_set_entropy(drng, test_data->testentropy->buf,
239 test_data->testentropy->len);
262 crypto_rng_set_entropy(drng, test_data->testentropy->buf,
263 test_data->testentropy->len);
/linux-master/crypto/
H A Dtestmgr.c3800 struct drbg_string addtl, pers, testentropy; local
3814 test_data.testentropy = &testentropy;
3815 drbg_string_fill(&testentropy, test->entropy, test->entropylen);
3825 drbg_string_fill(&testentropy, test->entpra, test->entprlen);
3840 drbg_string_fill(&testentropy, test->entprb, test->entprlen);

Completed in 163 milliseconds