Searched refs:opt_bytes (Results 1 – 1 of 1) sorted by relevance
157 int historical_length, opt_bytes; in check_atr() local165 opt_bytes = 0; in check_atr()173 while (td && td_count < 2 && opt_bytes + historical_length + 2 < len) { in check_atr()176 opt_bytes++; in check_atr()179 opt_bytes++; in check_atr()182 opt_bytes++; in check_atr()185 opt_bytes++; in check_atr()186 td = data[opt_bytes + 2] >> 4; in check_atr()189 if (len < 2 + historical_length + opt_bytes) { in check_atr()195 if (len > 2 + historical_length + opt_bytes) { in check_atr()[all …]