Searched refs:CREDENTIAL_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
59 constexpr std::size_t CREDENTIAL_MAX_SIZE = 1024; variable
213 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is empty or o… in SetAccountCredential()437 …RETURN_IF_STRING_IS_OVERSIZE(options.credential, Constants::CREDENTIAL_MAX_SIZE, "the credential i… in VerifyCredential()
562 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is oversize"); in ProcSetAccountCredential()916 options->credential, Constants::CREDENTIAL_MAX_SIZE, "the credential is oversize"); in ProcVerifyCredential()
174 constexpr int32_t CREDENTIAL_MAX_SIZE = 1024; variable1992 for (int i = 0; i < CREDENTIAL_MAX_SIZE + 1; i++) {