Searched defs:PrefixedBase64Encode (Results 1 – 3 of 3) sorted by relevance
90 inline size_t PrefixedBase64Encode(span<const std::byte> binary_message, in PrefixedBase64Encode() function99 inline size_t PrefixedBase64Encode(span<const uint8_t> binary_message, in PrefixedBase64Encode() function110 inline void PrefixedBase64Encode(span<const uint8_t> binary_message, in PrefixedBase64Encode() function119 auto PrefixedBase64Encode(span<const std::byte> binary_message) { in PrefixedBase64Encode() function128 auto PrefixedBase64Encode(span<const uint8_t> binary_message) { in PrefixedBase64Encode() function
34 inline InlineString<kBase64EncodedBufferSizeBytes> PrefixedBase64Encode( in PrefixedBase64Encode() function44 inline InlineString<kBase64EncodedBufferSizeBytes> PrefixedBase64Encode( in PrefixedBase64Encode() function
43 void PrefixedBase64Encode(span<const std::byte> binary_message, in PrefixedBase64Encode() function