Home
last modified time | relevance | path

Searched refs:get_resp (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/
Dhttpd_unittest.py18 get_resp = ''
20 get_resp = urllib.urlopen(url).read()
23 if not (get_done.is_set() and get_resp):
/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c815 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in _scard_select_file() local
821 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() local
1265 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() local
1386 get_resp[4] = resp[1]; in scard_umts_auth()
[all …]