Searched refs:shortLcMax (Results 1 – 1 of 1) sorted by relevance
26 constexpr size_t shortLcMax = std::numeric_limits<uint8_t>::max(); in CommandApdu() local31 const bool extended = lc > shortLcMax || le > shortLeMax; in CommandApdu()