Searched refs:sw2 (Results 1 – 7 of 7) sorted by relevance
218 uint8_t sw2 = rspApdu.p_data[rspApdu.len - 1]; 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()294 uint8_t sw2 = rspApdu.p_data[rspApdu.len - 1]; 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()
259 uint8_t sw2 = rspApdu.p_data[rspApdu.len - 1]; 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()335 uint8_t sw2 = rspApdu.p_data[rspApdu.len - 1]; 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()
659 int sw2; member
354 err = at_tok_nextint(&line, &response->sw2); in parseSimResponseLine()
1404 int32_t sw2;
4148 result.sw2 = resp->sw2; in responseIccIo()