Home
last modified time | relevance | path

Searched refs:minimumLengths (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-ipmi-blobs/
H A Dipmi.cpp32 static const std::unordered_map<BlobOEMCommands, size_t> minimumLengths = { in validateRequestLength() local
51 auto results = minimumLengths.find(command); in validateRequestLength()
52 if (results == minimumLengths.end()) in validateRequestLength()