Home
last modified time | relevance | path

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

/external/pigweed/pw_base64/
Dbase64.cc23 constexpr size_t kEncodedGroupSize = 4; variable
122 for (size_t ch = 0; ch < base64_size_bytes; ch += kEncodedGroupSize) { in pw_Base64Decode()
144 if (base64_size % kEncodedGroupSize != 0) { in pw_Base64IsValid()