Searched refs:aAlgo (Results 1 – 1 of 1) sorted by relevance
173 rtlDigestAlgorithm aAlgo = rtl_digest_queryAlgorithm(handle); in createMD5_001() local174 CPPUNIT_ASSERT_MESSAGE("query handle", rtl_Digest_AlgorithmMD5 == aAlgo); in createMD5_001()202 rtlDigestAlgorithm aAlgo = rtl_digest_queryAlgorithm(handle); in createMD2_001() local203 CPPUNIT_ASSERT_MESSAGE("query handle", rtl_Digest_AlgorithmMD2 == aAlgo); in createMD2_001()230 rtlDigestAlgorithm aAlgo = rtl_digest_queryAlgorithm(handle); in createSHA_001() local231 CPPUNIT_ASSERT_MESSAGE("query handle", rtl_Digest_AlgorithmSHA == aAlgo); in createSHA_001()257 rtlDigestAlgorithm aAlgo = rtl_digest_queryAlgorithm(handle); in createSHA1_001() local258 CPPUNIT_ASSERT_MESSAGE("query handle", rtl_Digest_AlgorithmSHA1 == aAlgo); in createSHA1_001()284 rtlDigestAlgorithm aAlgo = rtl_digest_queryAlgorithm(handle); in createHMAC_MD5_001() local285 CPPUNIT_ASSERT_MESSAGE("query handle", rtl_Digest_AlgorithmHMAC_MD5 == aAlgo); in createHMAC_MD5_001()[all …]