Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Drandom.c81 } RandomPool_Impl; typedef
86 RandomPool_Impl *pImpl);
91 RandomPool_Impl *pImpl, const sal_uInt8 *pBuffer, sal_Size nBufLen);
96 RandomPool_Impl *pImpl, sal_uInt8 *pBuffer, sal_Size nBufLen);
117 static sal_Bool __rtl_random_initPool (RandomPool_Impl *pImpl) in __rtl_random_initPool()
166 RandomPool_Impl *pImpl, const sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_seedPool()
218 RandomPool_Impl *pImpl, sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_readPool()
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()
[all …]