Home
last modified time | relevance | path

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

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

Completed in 84 milliseconds