Home
last modified time | relevance | path

Searched refs:rtl_Digest_AlgorithmHMAC_SHA1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx125 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()
/trunk/main/sal/rtl/source/
H A Ddigest.c124 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()
/trunk/main/sal/inc/rtl/
H A Ddigest.h54 rtl_Digest_AlgorithmHMAC_SHA1, enumerator

Completed in 33 milliseconds