testentropy      3386 crypto/testmgr.c 	struct drbg_string addtl, pers, testentropy;
testentropy      3400 crypto/testmgr.c 	test_data.testentropy = &testentropy;
testentropy      3401 crypto/testmgr.c 	drbg_string_fill(&testentropy, test->entropy, test->entropylen);
testentropy      3411 crypto/testmgr.c 		drbg_string_fill(&testentropy, test->entpra, test->entprlen);
testentropy      3426 crypto/testmgr.c 		drbg_string_fill(&testentropy, test->entprb, test->entprlen);
testentropy       105 include/crypto/drbg.h 	struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */
testentropy       237 include/crypto/drbg.h 	crypto_rng_set_entropy(drng, test_data->testentropy->buf,
testentropy       238 include/crypto/drbg.h 			       test_data->testentropy->len);
testentropy       261 include/crypto/drbg.h 	crypto_rng_set_entropy(drng, test_data->testentropy->buf,
testentropy       262 include/crypto/drbg.h 			       test_data->testentropy->len);