Searched refs:algType (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddatatest.cpp636 std::string algType = GetRequiredDatum(v, "AlgorithmType"); local
641 cout << "\nTesting " << algType.c_str() << " algorithm " << lastAlgName.c_str() << ".\n";
646 if (algType == "Signature")
648 else if (algType == "SymmetricCipher")
650 else if (algType == "AuthenticatedSymmetricCipher")
652 else if (algType == "AsymmetricCipher")
654 else if (algType == "MessageDigest")
656 else if (algType == "MAC")
658 else if (algType == "FileList")

Completed in 61 milliseconds