Home
last modified time | relevance | path

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

/system/nfc/src/fuzzers/ce/
Dt4t.cc129 if (it->size() < T4T_CMD_MIN_HDR_SIZE) { in Type4_FixPackets()
130 it->resize(T4T_CMD_MIN_HDR_SIZE); in Type4_FixPackets()
/system/nfc/src/nfc/include/
Dtags_defs.h366 #define T4T_CMD_MIN_HDR_SIZE 4 /* CLA, INS, P1, P2 */ macro
/system/nfc/src/nfc/tags/
Dce_t4t.cc595 if (p_c_apdu->len >= T4T_CMD_MIN_HDR_SIZE) { in ce_t4t_data_cback()
Drw_t4t.cc919 p_c_apdu->len = T4T_CMD_MIN_HDR_SIZE + 3; /* adding Le */ in rw_t4t_read_file()
931 p_c_apdu->len = T4T_CMD_MIN_HDR_SIZE + 1; /* adding Le */ in rw_t4t_read_file()