Searched refs:get_resp (Results 1 – 3 of 3) sorted by relevance
18 get_resp = ''20 get_resp = urllib.urlopen(url).read()23 if not (get_done.is_set() and get_resp):
798 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in _scard_select_file() local804 get_resp[0] = USIM_CLA; in _scard_select_file()854 get_resp[4] = resp[1]; in _scard_select_file()859 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen); in _scard_select_file()1229 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in scard_gsm_auth() local1248 get_resp[0] = USIM_CLA; in scard_gsm_auth()1264 get_resp[4] = resp[1]; in scard_gsm_auth()1267 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len); in scard_gsm_auth()1330 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; in scard_umts_auth() local1369 get_resp[4] = resp[1]; in scard_umts_auth()[all …]
177 tNFA_SNEP_GET_RESP get_resp; /* NFA_SNEP_GET_RESP_EVT */ member