Home
last modified time | relevance | path

Searched refs:RandomPool_Impl (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sal/rtl/source/
H A Drandom.c81 } RandomPool_Impl; typedef
86 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 14 milliseconds