HomeSort by relevance Sort by last modified time
    Searched refs:get_resp (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant/
pcsc_funcs.c 710 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
716 get_resp[0] = USIM_CLA;
766 get_resp[4] = resp[1];
771 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1046 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1080 get_resp[4] = resp[1];
1083 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1146 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE } local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 710 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
716 get_resp[0] = USIM_CLA;
766 get_resp[4] = resp[1];
771 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1046 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1080 get_resp[4] = resp[1];
1083 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1146 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE } local
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 710 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
716 get_resp[0] = USIM_CLA;
766 get_resp[4] = resp[1];
771 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1046 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1080 get_resp[4] = resp[1];
1083 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1146 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE } local
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 44 milliseconds