Home
last modified time | relevance | path

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

/external/libese/libapdu/
Dapdu.cpp26 constexpr size_t shortLcMax = std::numeric_limits<uint8_t>::max(); in CommandApdu() local
31 const bool extended = lc > shortLcMax || le > shortLeMax; in CommandApdu()