Home
last modified time | relevance | path

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

/Linux-v5.15/include/crypto/
Ddrbg.h105 struct drbg_string *testentropy; /* TEST PARAMETER: test entropy */ member
233 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_get_bytes_addtl_test()
234 test_data->testentropy->len); in crypto_drbg_get_bytes_addtl_test()
257 crypto_rng_set_entropy(drng, test_data->testentropy->buf, in crypto_drbg_reset_test()
258 test_data->testentropy->len); in crypto_drbg_reset_test()
/Linux-v5.15/crypto/
Dtestmgr.c3644 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local
3658 test_data.testentropy = &testentropy; in drbg_cavs_test()
3659 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()
3669 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test()
3684 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()