Searched refs:testentropy (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | drbg.h | 105 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()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-selftests.c | 470 struct drbg_string addtl, pers, testentropy; in fips_test_drbg() local 490 test_data.testentropy = &testentropy; in fips_test_drbg() 491 drbg_string_fill(&testentropy, vec->entropy, vec->entropy_size); in fips_test_drbg() 506 drbg_string_fill(&testentropy, vec->entpr_a, vec->entpr_size); in fips_test_drbg() 526 drbg_string_fill(&testentropy, vec->entpr_b, vec->entpr_size); in fips_test_drbg()
|
| H A D | testmgr.c | 3662 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local 3676 test_data.testentropy = &testentropy; in drbg_cavs_test() 3677 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test() 3687 drbg_string_fill(&testentropy, test->entpra, test->entprlen); in drbg_cavs_test() 3702 drbg_string_fill(&testentropy, test->entprb, test->entprlen); in drbg_cavs_test()
|