Lines Matching refs:aPool

55         rtlRandomPool aPool = rtl_random_createPool();  in createPool_001()  local
58 CPPUNIT_ASSERT_MESSAGE("create failed", aPool != NULL); in createPool_001()
60 rtl_random_destroyPool(aPool); in createPool_001()
94 rtlRandomPool aPool = rtl_random_createPool(); in destroyPool_001() local
97 CPPUNIT_ASSERT_MESSAGE("create failed", aPool != NULL); in destroyPool_001()
99 rtl_random_destroyPool(aPool); in destroyPool_001()
128 rtlRandomPool aPool = rtl_random_createPool(); in addBytes_000() local
137 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, NULL, 0); in addBytes_000()
140 /* rtlRandomError */ aError = rtl_random_addBytes(aPool, pBuffer, nBufLen); in addBytes_000()
143 rtl_random_destroyPool(aPool); in addBytes_000()
150 rtlRandomPool aPool = rtl_random_createPool(); in addBytes_001() local
157 rtl_random_addBytes(aPool, pBuffer, nBufLen); in addBytes_001()
161 rtl_random_destroyPool(aPool); in addBytes_001()
258 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_000() local
267 /* rtlRandomError */ aError = rtl_random_getBytes(aPool, NULL, 0); in getBytes_000()
270 /* rtlRandomError */ aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_000()
273 rtl_random_destroyPool(aPool); in getBytes_000()
279 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_001() local
285 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_001()
290 rtl_random_destroyPool(aPool); in getBytes_001()
296 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_002() local
304 rtlRandomError aError = rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_002()
311 rtl_random_destroyPool(aPool); in getBytes_002()
317 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_003() local
332 /* rtlRandomError aError = */ rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_003()
343 rtl_random_destroyPool(aPool); in getBytes_003()
349 rtlRandomPool aPool = rtl_random_createPool(); in getBytes_003_1() local
364 /* rtlRandomError aError = */ rtl_random_getBytes(aPool, pBuffer, nBufLen); in getBytes_003_1()
378 rtl_random_destroyPool(aPool); in getBytes_003_1()