Lines Matching full:default
28 HMAC_SHA1_96, // Mandatory (implemented, default choice in ipmitool)
53 virtual ~Interface() = default;
54 Interface(const Interface&) = default;
55 Interface& operator=(const Interface&) = default;
56 Interface(Interface&&) = default;
57 Interface& operator=(Interface&&) = default;
171 ~AlgoSHA1() = default;
172 AlgoSHA1(const AlgoSHA1&) = default;
173 AlgoSHA1& operator=(const AlgoSHA1&) = default;
174 AlgoSHA1(AlgoSHA1&&) = default;
175 AlgoSHA1& operator=(AlgoSHA1&&) = default;
257 ~AlgoSHA256() = default;
258 AlgoSHA256(const AlgoSHA256&) = default;
259 AlgoSHA256& operator=(const AlgoSHA256&) = default;
260 AlgoSHA256(AlgoSHA256&&) = default;
261 AlgoSHA256& operator=(AlgoSHA256&&) = default;