Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dutility.hpp88 constexpr std::array<char, 256> getDecodeTable(bool urlSafe) in getDecodeTable() function
256 static constexpr auto decodingData = getDecodeTable(urlsafe); in base64Decode()