Home
last modified time | relevance | path

Searched defs:CommandApdu (Results 1 – 2 of 2) sorted by relevance

/hardware/st/secure_element/ese-spi-driver/utils-lib/
DCommandApdu.h25 typedef struct CommandApdu { struct
33 } CommandApdu; argument
/hardware/nxp/keymint/transport/
DAppletConnection.cpp187 bool AppletConnection::transmit(std::vector<uint8_t>& CommandApdu , std::vector<uint8_t>& output){ in transmit()