Home
last modified time | relevance | path

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

/external/libese/libapdu/
Dapdu.cpp27 constexpr size_t shortLeMax = std::numeric_limits<uint8_t>::max() + 1; in CommandApdu() local
31 const bool extended = lc > shortLcMax || le > shortLeMax; in CommandApdu()
70 *it++ = (le == shortLeMax ? 0 : 0xff & le); in CommandApdu()