Searched refs:testentropy (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
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()
|
D | testmgr.c | 3644 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()
|