Searched refs:rtl_Digest_AlgorithmHMAC_SHA1 (Results 1 – 3 of 3) sorted by relevance
124 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in create_006()312 CPPUNIT_ASSERT_MESSAGE("query handle", rtl_Digest_AlgorithmHMAC_SHA1 == aAlgo); in createHMAC_SHA1_001()384 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in query_006()387 CPPUNIT_ASSERT_MESSAGE("query handle", rtl_Digest_AlgorithmHMAC_SHA1 == aAlgo); in query_006()482 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in queryLength_HMAC_SHA1()714 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in init_HMAC_SHA1()
124 case rtl_Digest_AlgorithmHMAC_SHA1: in rtl_digest_create()1810 rtl_Digest_AlgorithmHMAC_SHA1,1915 if (!(pImpl->m_digest.m_algorithm == rtl_Digest_AlgorithmHMAC_SHA1)) in rtl_digest_initHMAC_SHA1()1953 if (!(pImpl->m_digest.m_algorithm == rtl_Digest_AlgorithmHMAC_SHA1)) in rtl_digest_updateHMAC_SHA1()1974 if (!(pImpl->m_digest.m_algorithm == rtl_Digest_AlgorithmHMAC_SHA1)) in rtl_digest_getHMAC_SHA1()2004 if (pImpl->m_digest.m_algorithm == rtl_Digest_AlgorithmHMAC_SHA1) in rtl_digest_destroyHMAC_SHA1()
54 rtl_Digest_AlgorithmHMAC_SHA1, enumerator
Completed in 84 milliseconds