Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
H A Ddrbg.h105 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ member
237 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_get_bytes_addtl_test()
238 test_data->testentropy->len); in crypto_drbg_get_bytes_addtl_test()
261 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_reset_test()
262 test_data->testentropy->len); in crypto_drbg_reset_test()
/kernel/linux/linux-6.6/include/crypto/
H A Ddrbg.h105 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ member
238 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_get_bytes_addtl_test()
239 test_data->testentropy->len); in crypto_drbg_get_bytes_addtl_test()
262 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_reset_test()
263 test_data->testentropy->len); in crypto_drbg_reset_test()
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c3659 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local
3673 test_data.testentropy = &testentropy; in drbg_cavs_test()
3674 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()
3684 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test()
3699 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c3804 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local
3818 test_data.testentropy = &testentropy; in drbg_cavs_test()
3819 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()
3829 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test()
3844 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()

Completed in 14 milliseconds