Searched defs:CommandApdu (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
H A D | CommandApdu.h | 25 typedef struct CommandApdu { struct 33 } CommandApdu; argument
|
/aosp12/packages/apps/SecureElement/src/com/android/se/security/ |
H A D | CommandApdu.java | 39 public class CommandApdu { class 49 public CommandApdu(int cla, int ins, int p1, int p2) { in CommandApdu() method in CommandApdu 56 public CommandApdu() { in CommandApdu() method in CommandApdu 59 public CommandApdu(int cla, int ins, int p1, int p2, byte[] data) { in CommandApdu() method in CommandApdu 68 public CommandApdu(int cla, int ins, int p1, int p2, byte[] data, int le) { in CommandApdu() method in CommandApdu 79 public CommandApdu(int cla, int ins, int p1, int p2, int le) { in CommandApdu() method in CommandApdu
|