Home
last modified time | relevance | path

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

/external/libese/libapdu/
Dapdu.cpp33 const bool hasLe = le > 0; in CommandApdu() local
35 const size_t leSize = hasLe ? (extended ? (hasLc ? 2 : 3) : 1) : 0; in CommandApdu()
61 if (hasLe) { in CommandApdu()