Searched refs:get_resp (Results 1 – 2 of 2) sorted by relevance
18 get_resp = ''20 get_resp = urllib.urlopen(url).read()23 if not (get_done.is_set() and get_resp):
815 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in _scard_select_file() local821 get_resp[0] = USIM_CLA; in _scard_select_file()871 get_resp[4] = resp[1]; in _scard_select_file()876 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen); in _scard_select_file()1246 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in scard_gsm_auth() local1265 get_resp[0] = USIM_CLA; in scard_gsm_auth()1281 get_resp[4] = resp[1]; in scard_gsm_auth()1284 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len); in scard_gsm_auth()1347 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; in scard_umts_auth() local1386 get_resp[4] = resp[1]; in scard_umts_auth()[all …]