Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/
DCommandApduValidator.java39 private static final int OFFSET_P3 = 4; field in CommandApduValidator
65 checkLe((int) 0x0FF & apdu[OFFSET_P3]); in execute()
69 if (apdu[OFFSET_P3] != (byte) 0x00) { in execute()
70 int lc = ((int) 0x0FF & apdu[OFFSET_P3]); in execute()