Searched refs:rtl_Digest_AlgorithmHMAC_SHA1 (Results 1 – 3 of 3) sorted by relevance
125 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in TEST_F()285 ASSERT_TRUE(rtl_Digest_AlgorithmHMAC_SHA1 == aAlgo) << "query handle"; in TEST_F()352 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in TEST_F()355 ASSERT_TRUE(rtl_Digest_AlgorithmHMAC_SHA1 == aAlgo) << "query handle"; in TEST_F()436 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in TEST_F()654 rtlDigest handle = rtl_digest_create( rtl_Digest_AlgorithmHMAC_SHA1 ); in TEST_F()
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 42 milliseconds