Lines Matching full:default
26 * ("cipher 0" is an option enabled by default on many IPMI enabled devices that
33 RAKP_HMAC_SHA1, // Mandatory (implemented, default choice in ipmitool)
58 virtual ~Interface() = default;
59 Interface(const Interface&) = default;
60 Interface& operator=(const Interface&) = default;
61 Interface(Interface&&) = default;
62 Interface& operator=(Interface&&) = default;
170 ~AlgoSHA1() = default;
171 AlgoSHA1(const AlgoSHA1&) = default;
172 AlgoSHA1& operator=(const AlgoSHA1&) = default;
173 AlgoSHA1(AlgoSHA1&&) = default;
174 AlgoSHA1& operator=(AlgoSHA1&&) = default;
204 ~AlgoSHA256() = default;
205 AlgoSHA256(const AlgoSHA256&) = default;
206 AlgoSHA256& operator=(const AlgoSHA256&) = default;
207 AlgoSHA256(AlgoSHA256&&) = default;
208 AlgoSHA256& operator=(AlgoSHA256&&) = default;