Searched refs:T4T_CMD_CLASS (Results 1 – 3 of 3) sorted by relevance
134 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_select_file()205 UINT8_TO_BE_STREAM (p, (T4T_CMD_CLASS | rw_cb.tcb.t4t.channel)); in rw_t4t_read_file()247 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_update_nlen()302 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_update_file()352 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_update_cc_to_readonly()404 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_select_application()
630 if ( (cla != T4T_CMD_CLASS) in ce_t4t_data_cback()642 if ((cla == T4T_CMD_CLASS) && (instruct == T4T_CMD_INS_SELECT)) in ce_t4t_data_cback()
334 #define T4T_CMD_CLASS 0x00 macro