Searched refs:sw1 (Results 1 – 7 of 7) sorted by relevance
217 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openLogicalChannel() local221 if (sw1 == 0x90 && sw2 == 0x00) { in openLogicalChannel()228 else if (sw1 == 0x6A && sw2 == 0x82) { in openLogicalChannel()232 else if (sw1 == 0x6A && sw2 == 0x86) { in openLogicalChannel()293 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openBasicChannel() local297 if ((sw1 == 0x90) && (sw2 == 0x00)) { in openBasicChannel()309 else if (sw1 == 0x6A && sw2 == 0x82) { in openBasicChannel()313 else if (sw1 == 0x6A && sw2 == 0x86) { in openBasicChannel()
258 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openLogicalChannel() local262 if (sw1 == 0x90 && sw2 == 0x00) { in openLogicalChannel()269 else if (sw1 == 0x6A && sw2 == 0x82) { in openLogicalChannel()273 else if (sw1 == 0x6A && sw2 == 0x86) { in openLogicalChannel()334 uint8_t sw1 = rspApdu.p_data[rspApdu.len - 2]; in openBasicChannel() local338 if ((sw1 == 0x90) && (sw2 == 0x00)) { in openBasicChannel()350 else if (sw1 == 0x6A && sw2 == 0x82) { in openBasicChannel()354 else if (sw1 == 0x6A && sw2 == 0x86) { in openBasicChannel()
658 int sw1; member
352 err = at_tok_nextint(&line, &response->sw1); in parseSimResponseLine()
1403 int32_t sw1;
4147 result.sw1 = resp->sw1; in responseIccIo()