Home
last modified time | relevance | path

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

/external/libese/libapdu/
Dapdu.cpp66 const bool isLeMax = le == extendedLeMax; in CommandApdu() local
67 *it++ = (isLeMax ? 0 : 0xff & (le >> 8)); in CommandApdu()
68 *it++ = (isLeMax ? 0 : 0xff & le); in CommandApdu()