Home
last modified time | relevance | path

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

/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/
H A DCommandApdu.cc35 int commandApduArraySize = CommandApdu_getSize(cmdApdu); in CommandApdu_toByteArray() local
52 commandApduArray[commandApduArraySize - 1] = cmdApdu.le; in CommandApdu_toByteArray()
55 return commandApduArraySize; in CommandApdu_toByteArray()