Home
last modified time | relevance | path

Searched defs:AlgoAES128 (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-net-ipmid/
H A Dcrypt_algo.hpp120 class AlgoAES128 final : public Interface class
144 explicit AlgoAES128(const std::vector<uint8_t>& k2) : Interface(k2) {} in AlgoAES128() function in cipher::crypt::AlgoAES128