Searched refs:kEncodedGroupSize (Results 1 – 1 of 1) sorted by relevance
23 constexpr size_t kEncodedGroupSize = 4; variable122 for (size_t ch = 0; ch < base64_size_bytes; ch += kEncodedGroupSize) { in pw_Base64Decode()144 if (base64_size % kEncodedGroupSize != 0) { in pw_Base64IsValid()