Home | History | Annotate | Download | only in utils

Lines Matching refs:x00

54 #define SIM_CMD_SELECT			0xa0, 0xa4, 0x00, 0x00, 0x02
55 #define SIM_CMD_RUN_GSM_ALG 0xa0, 0x88, 0x00, 0x00, 0x10
56 #define SIM_CMD_GET_RESPONSE 0xa0, 0xc0, 0x00, 0x00
57 #define SIM_CMD_READ_BIN 0xa0, 0xb0, 0x00, 0x00
58 #define SIM_CMD_READ_RECORD 0xa0, 0xb2, 0x00, 0x00
59 #define SIM_CMD_VERIFY_CHV1 0xa0, 0x20, 0x00, 0x01, 0x08
62 #define USIM_CLA 0x00
63 #define USIM_CMD_RUN_UMTS_ALG 0x00, 0x88, 0x00, 0x81, 0x22
64 #define USIM_CMD_GET_RESPONSE 0x00, 0xc0, 0x00, 0x00
564 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
857 if (buf[len] != 0x90 || buf[len + 1] != 0x00) {
901 if (buf[len] != 0x90 || buf[len + 1] != 0x00) {
938 if (len != 2 || resp[0] != 0x90 || resp[1] != 0x00) {