Searched refs:shortLeMax (Results 1 – 1 of 1) sorted by relevance
27 constexpr size_t shortLeMax = std::numeric_limits<uint8_t>::max() + 1; in CommandApdu() local31 const bool extended = lc > shortLcMax || le > shortLeMax; in CommandApdu()70 *it++ = (le == shortLeMax ? 0 : 0xff & le); in CommandApdu()