Searched refs:RandomPool_Impl (Results 1 – 1 of 1) sorted by relevance
81 } RandomPool_Impl; typedef86 RandomPool_Impl *pImpl);117 static sal_Bool __rtl_random_initPool (RandomPool_Impl *pImpl) in __rtl_random_initPool()277 RandomPool_Impl *pImpl = (RandomPool_Impl*)NULL; in rtl_random_createPool()278 pImpl = (RandomPool_Impl*)rtl_allocateZeroMemory (sizeof(RandomPool_Impl)); in rtl_random_createPool()283 rtl_freeZeroMemory (pImpl, sizeof(RandomPool_Impl)); in rtl_random_createPool()284 pImpl = (RandomPool_Impl*)NULL; in rtl_random_createPool()295 RandomPool_Impl *pImpl = (RandomPool_Impl *)Pool; in rtl_random_destroyPool()299 rtl_freeZeroMemory (pImpl, sizeof (RandomPool_Impl)); in rtl_random_destroyPool()309 RandomPool_Impl *pImpl = (RandomPool_Impl *)Pool; in rtl_random_addBytes()[all …]
Completed in 5 milliseconds