Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dutility.hpp80 constexpr static std::array<char, 64> base64key = { variable
93 for (size_t index = 0; index < base64key.size(); index++) in getDecodeTable()
95 char character = base64key[index]; in getDecodeTable()
125 output += base64key[keyIndex]; in encodeTriple()
129 output += base64key[keyIndex]; in encodeTriple()
133 output += base64key[keyIndex]; in encodeTriple()
136 output += base64key[keyIndex]; in encodeTriple()
195 output += base64key[keyIndex]; in finalize()
201 output += base64key[keyIndex]; in finalize()
203 output += base64key[keyIndex]; in finalize()
[all …]