Searched refs:m_hDigest (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sal/rtl/source/ |
H A D | random.c | 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() 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() 230 pImpl->m_hDigest, 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() 262 pImpl->m_hDigest, pImpl->m_pDigest, RTL_RANDOM_SIZE_DIGEST); in __rtl_random_readPool() [all …]
|
/aoo4110/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 260 m_hDigest = rtl_digest_create ( in MSCodec_Std97() 262 OSL_ASSERT(m_hDigest != 0); in MSCodec_Std97() 272 rtl_digest_destroy (m_hDigest); in ~MSCodec_Std97() 426 m_hDigest, pKeyData, sizeof(pKeyData)); in InitCipher() 428 m_hDigest, pKeyData, RTL_DIGEST_LENGTH_MD5); in InitCipher() 522 m_hDigest, pBuffer, sizeof(pBuffer)); in GetDigestFromSalt() 524 m_hDigest, pDigestLocal, sizeof(pDigestLocal)); in GetDigestFromSalt() 549 m_hDigest, pBuffer, sizeof(pBuffer)); in GetEncryptKey() 551 m_hDigest, pDigest, sizeof(pDigest)); in GetEncryptKey()
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | mscodec.hxx | 363 rtlDigest m_hDigest; member in msfilter::MSCodec_Std97
|
Completed in 32 milliseconds