Searched refs:testentropy (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | drbg.h | 104 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ member 227 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_get_bytes_addtl_test() 228 test_data->testentropy->len); in crypto_drbg_get_bytes_addtl_test() 251 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_reset_test() 252 test_data->testentropy->len); in crypto_drbg_reset_test()
|
/linux-4.4.14/crypto/ |
D | testmgr.c | 1762 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local 1776 test_data.testentropy = &testentropy; in drbg_cavs_test() 1777 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test() 1787 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test() 1802 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()
|