Lines Matching full:algorithms
20 * @enum RAKP Authentication Algorithms
30 enum class Algorithms : uint8_t enum
43 * Interface is the base class for the Authentication Algorithms.
52 explicit Interface(integrity::Algorithms intAlgo, in Interface()
53 crypt::Algorithms cryptAlgo) : in Interface()
105 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported()
107 if (algo == Algorithms::RAKP_HMAC_SHA256) in isAlgorithmSupported()
137 integrity::Algorithms intAlgo;
146 crypt::Algorithms cryptAlgo;
164 explicit AlgoSHA1(integrity::Algorithms intAlgo, in AlgoSHA1()
165 crypt::Algorithms cryptAlgo) : in AlgoSHA1()
199 explicit AlgoSHA256(integrity::Algorithms intAlgo, in AlgoSHA256()
200 crypt::Algorithms cryptAlgo) : in AlgoSHA256()