Home
last modified time | relevance | path

Searched refs:sw2 (Results 1 – 7 of 7) sorted by relevance

/hardware/nxp/secure_element/1.0/
DSecureElement.cpp218 uint8_t sw2 = rspApdu.p_data[rspApdu.len - 1]; in openLogicalChannel() local
221 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() local
297 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()
/hardware/nxp/secure_element/1.1/
DSecureElement.cpp259 uint8_t sw2 = rspApdu.p_data[rspApdu.len - 1]; in openLogicalChannel() local
262 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() local
338 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()
/hardware/ril/reference-ril/
Dril.h659 int sw2; member
Dreference-ril.c354 err = at_tok_nextint(&line, &response->sw2); in parseSimResponseLine()
/hardware/ril/include/telephony/
Dril.h659 int sw2; member
/hardware/interfaces/radio/1.0/
Dtypes.hal1404 int32_t sw2;
/hardware/ril/libril/
Dril_service.cpp4148 result.sw2 = resp->sw2; in responseIccIo()