Searched refs:rndPool (Results 1 – 1 of 1) sorted by relevance
51 rtlRandomPool rndPool=rtl_random_createPool(); in test() local56 rtl_random_getBytes(rndPool, &id, sizeof(id)); in test()63 rtl_random_destroyPool(rndPool); in test()68 rtlRandomPool rndPool=rtl_random_createPool(); in testperf() local74 rtl_random_getBytes(rndPool, &id, sizeof(id)); in testperf()82 rtl_random_destroyPool(rndPool); in testperf()
Completed in 55 milliseconds