Lines Matching refs:DigestSHA_Impl
945 } DigestSHA_Impl; typedef
1216 DigestSHA_Impl digest; in rtl_digest_SHA()
1235 DigestSHA_Impl *pImpl = (DigestSHA_Impl*)NULL; in rtl_digest_createSHA()
1236 pImpl = RTL_DIGEST_CREATE(DigestSHA_Impl); in rtl_digest_createSHA()
1251 DigestSHA_Impl *pImpl = (DigestSHA_Impl *)Digest; in rtl_digest_updateSHA()
1323 DigestSHA_Impl *pImpl = (DigestSHA_Impl *)Digest; in rtl_digest_getSHA()
1355 DigestSHA_Impl *pImpl = (DigestSHA_Impl *)Digest; in rtl_digest_destroySHA()
1359 rtl_freeZeroMemory (pImpl, sizeof (DigestSHA_Impl)); in rtl_digest_destroySHA()
1404 DigestSHA_Impl digest; in rtl_digest_SHA1()
1423 DigestSHA_Impl *pImpl = (DigestSHA_Impl*)NULL; in rtl_digest_createSHA1()
1424 pImpl = RTL_DIGEST_CREATE(DigestSHA_Impl); in rtl_digest_createSHA1()
1439 DigestSHA_Impl *pImpl = (DigestSHA_Impl *)Digest; in rtl_digest_updateSHA1()
1511 DigestSHA_Impl *pImpl = (DigestSHA_Impl *)Digest; in rtl_digest_getSHA1()
1543 DigestSHA_Impl *pImpl = (DigestSHA_Impl *)Digest; in rtl_digest_destroySHA1()
1547 rtl_freeZeroMemory (pImpl, sizeof (DigestSHA_Impl)); in rtl_digest_destroySHA1()
1791 DigestSHA_Impl m_hash;
1824 DigestSHA_Impl *pImpl = &(ctx->m_hash); in __rtl_digest_initHMAC_SHA1()