Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dinternal_auth.cc70 #define BASE64_PER_RAW(X) (X > 0 ? ((X - 1) / 3 + 1) * 4 : 0) macro
77 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()