Searched refs:secretLimit (Results 1 – 1 of 1) sorted by relevance
459 constexpr const size_t secretLimit = 1024; in doMountVmLegacy() local460 if (userName.size() + password.size() + 2 > secretLimit) in doMountVmLegacy()