Lines Matching refs:aPool

54     rtlRandomPool aPool = rtl_random_createPool();  in TEST_F()  local
57 ASSERT_TRUE(aPool != NULL) << "create failed"; in TEST_F()
58 rtl_random_destroyPool(aPool); in TEST_F()
82 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
85 ASSERT_TRUE(aPool != NULL) << "create failed"; in TEST_F()
87 rtl_random_destroyPool(aPool); in TEST_F()
105 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
114 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, NULL, 0); in TEST_F()
117 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, pBuffer, nBufLen); in TEST_F()
120 rtl_random_destroyPool(aPool); in TEST_F()
127 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
134 rtl_random_addBytes(aPool, pBuffer, nBufLen); in TEST_F()
138 rtl_random_destroyPool(aPool); in TEST_F()
224 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
233 /* rtlRandomError */ aError = rtl_random_getBytes(aPool, NULL, 0); in TEST_F()
236 /* rtlRandomError */ aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in TEST_F()
239 rtl_random_destroyPool(aPool); in TEST_F()
245 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
251 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in TEST_F()
256 rtl_random_destroyPool(aPool); in TEST_F()
262 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
270 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in TEST_F()
277 rtl_random_destroyPool(aPool); in TEST_F()
283 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
298 /* rtlRandomError aError = */ rtl_random_getBytes(aPool, pBuffer, nBufLen); in TEST_F()
309 rtl_random_destroyPool(aPool); in TEST_F()
315 rtlRandomPool aPool = rtl_random_createPool(); in TEST_F() local
330 /* rtlRandomError aError = */ rtl_random_getBytes(aPool, pBuffer, nBufLen); in TEST_F()
344 rtl_random_destroyPool(aPool); in TEST_F()