Searched refs:BASE64_PER_RAW (Results 1 – 1 of 1) sorted by relevance
70 #define BASE64_PER_RAW(X) (X > 0 ? ((X - 1) / 3 + 1) * 4 : 0) macro77 BASE64_PER_RAW(kHMACSizeInBytes) + kTickStringLength;170 if (hmac_base64.size() != BASE64_PER_RAW(kHMACSizeInBytes)) { in CreatePassport()279 passport.substr(BASE64_PER_RAW(kHMACSizeInBytes)); in PreVerifyPassport()