Lines Matching refs:m_hDigest
75 rtlDigest m_hDigest; member
119 pImpl->m_hDigest = rtl_digest_create (RTL_RANDOM_DIGEST); in __rtl_random_initPool()
120 if (pImpl->m_hDigest) in __rtl_random_initPool()
178 pImpl->m_hDigest, pImpl->m_pDigest, RTL_RANDOM_SIZE_DIGEST); in __rtl_random_seedPool()
184 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j - k); in __rtl_random_seedPool()
186 pImpl->m_hDigest, &(pImpl->m_pData[0]), k); in __rtl_random_seedPool()
191 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j); in __rtl_random_seedPool()
194 rtl_digest_update (pImpl->m_hDigest, pBuffer, j); in __rtl_random_seedPool()
198 pImpl->m_hDigest, pImpl->m_pDigest, RTL_RANDOM_SIZE_DIGEST); in __rtl_random_seedPool()
230 pImpl->m_hDigest, in __rtl_random_readPool()
238 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j - k); in __rtl_random_readPool()
240 pImpl->m_hDigest, &(pImpl->m_pData[0]), k); in __rtl_random_readPool()
245 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j); in __rtl_random_readPool()
249 pImpl->m_hDigest, pImpl->m_pDigest, RTL_RANDOM_SIZE_DIGEST); in __rtl_random_readPool()
260 pImpl->m_hDigest, &(pImpl->m_nCount), sizeof(pImpl->m_nCount)); in __rtl_random_readPool()
262 pImpl->m_hDigest, pImpl->m_pDigest, RTL_RANDOM_SIZE_DIGEST); in __rtl_random_readPool()
264 pImpl->m_hDigest, pImpl->m_pDigest, RTL_RANDOM_SIZE_DIGEST); in __rtl_random_readPool()
298 rtl_digest_destroy (pImpl->m_hDigest); in rtl_random_destroyPool()