/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pax.c | 187 struct eap_pax_hdr *resp; local 193 if (pos == NULL || len < sizeof(*resp)) { 199 resp = (struct eap_pax_hdr *) pos; 204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, 205 resp->public_key_id); 207 (u8 *) (resp + 1), len - sizeof(*resp) - EAP_PAX_ICV_LEN) 287 struct eap_pax_hdr *resp; local 455 struct eap_pax_hdr *resp; local [all...] |
eap_server_mschapv2.c | 244 struct eap_mschapv2_hdr *resp; local 255 resp = (struct eap_mschapv2_hdr *) pos; 257 resp->op_code != MSCHAPV2_OP_RESPONSE) { 259 "ignore op %d", resp->op_code); 264 resp->op_code != MSCHAPV2_OP_SUCCESS && 265 resp->op_code != MSCHAPV2_OP_FAILURE) { 267 "Failure - ignore op %d", resp->op_code); 272 resp->op_code != MSCHAPV2_OP_FAILURE) { 274 "- ignore op %d", resp->op_code); 286 struct eap_mschapv2_hdr *resp; local 433 struct eap_mschapv2_hdr *resp; local 460 struct eap_mschapv2_hdr *resp; local [all...] |
/frameworks/av/media/libmedia/ |
IEffectClient.cpp | 123 char *resp = NULL; local 125 resp = (char *)malloc(replySize); 126 data.read(resp, replySize); 128 commandExecuted(cmdCode, cmdSize, cmd, replySize, resp); 132 if (resp) { 133 free(resp);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_sake.c | 149 struct wpabuf *resp; local 169 resp = eap_sake_build_msg(data, eap_get_id(reqData), 172 if (resp == NULL) 176 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERID, 181 return resp; 193 struct wpabuf *resp; local 250 resp = eap_sake_build_msg(data, eap_get_id(reqData), rlen, 252 if (resp == NULL) 256 eap_sake_add_attr(resp, EAP_SAKE_AT_RAND_P, 261 eap_sake_add_attr(resp, EAP_SAKE_AT_PEERID 294 struct wpabuf *resp; local 367 struct wpabuf *resp; local [all...] |
eap_ttls.c | 188 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, 194 msg = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(*resp) + 4); 196 wpabuf_free(*resp); 197 *resp = NULL; 202 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); 203 os_memcpy(pos, wpabuf_head(*resp), wpabuf_len(*resp)); 204 pos += wpabuf_len(*resp); 206 wpabuf_free(*resp); 208 *resp = msg 1160 struct wpabuf *resp = NULL; local 1233 struct wpabuf *resp; local 1473 struct wpabuf *resp; local [all...] |
eap_tnc.c | 86 struct wpabuf *resp; local 108 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen, 110 if (resp == NULL) 113 wpabuf_put_u8(resp, flags); /* Flags */ 115 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); 117 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, 139 return resp; 201 struct wpabuf *resp; local 353 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 1, 355 if (resp == NULL [all...] |
eap_pax.c | 96 struct wpabuf *resp; local 99 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX, 101 if (resp == NULL) 104 pax = wpabuf_put(resp, sizeof(*pax)); 111 return resp; 120 struct wpabuf *resp; local 191 resp = eap_pax_alloc_resp(req, id, EAP_PAX_OP_STD_2, plen); 192 if (resp == NULL) 195 wpabuf_put_be16(resp, EAP_PAX_RAND_LEN); 196 wpabuf_put_data(resp, data->rand.r.y, EAP_PAX_RAND_LEN) 236 struct wpabuf *resp; local 328 struct wpabuf *resp; local [all...] |
eap_leap.c | 64 struct wpabuf *resp; local 109 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_LEAP, 112 if (resp == NULL) 114 wpabuf_put_u8(resp, LEAP_VERSION); 115 wpabuf_put_u8(resp, 0); /* unused */ 116 wpabuf_put_u8(resp, LEAP_RESPONSE_LEN); 117 rpos = wpabuf_put(resp, LEAP_RESPONSE_LEN); 125 wpabuf_put_data(resp, identity, identity_len); 129 return resp; 138 struct wpabuf *resp; local [all...] |
eap_mschapv2.c | 151 struct wpabuf *resp; local 168 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len, 170 if (resp == NULL) 173 ms = wpabuf_put(resp, sizeof(*ms)); 187 wpabuf_put_u8(resp, sizeof(*r)); /* Value-Size */ 190 r = wpabuf_put(resp, sizeof(*r)); 198 wpabuf_free(resp); 213 wpabuf_free(resp); 221 wpabuf_put_data(resp, identity, identity_len); 224 return resp; 345 struct wpabuf *resp; local 502 struct wpabuf *resp; local 633 struct wpabuf *resp; local [all...] |
/external/openssh/ |
auth-chall.c | 83 char *resp[1], *name, *info, **prompts; local 91 resp[0] = (char *)response; 92 switch (device->respond(authctxt->kbdintctxt, 1, resp)) { 101 device->respond(authctxt->kbdintctxt, 0, resp) == 0)
|
/hardware/samsung_slsi/exynos5/libsecurepath/ |
tlwvdrm_api.h | 68 tci_resp_t resp; /**< Response message structure */ member in union:__anon21250::__anon21251
|
/external/elfutils/lib/ |
crc32_file.c | 56 crc32_file (int fd, uint32_t *resp) 84 *resp = crc32 (crc, mapped, st.st_size); 104 *resp = crc;
|
/external/libffi/testsuite/libffi.call/ |
closure_fn0.c | 16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, 19 *(ffi_arg*)resp = 40 (int)(long)userdata, (int)*(ffi_arg *)resp);
|
closure_fn1.c | 13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args, 16 *(ffi_arg*)resp = 35 (int)(long)userdata, (int)*(ffi_arg *)resp);
|
closure_fn2.c | 12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args, 15 *(ffi_arg*)resp = 34 (int)*(ffi_arg *)resp);
|
closure_fn3.c | 12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args, 15 *(ffi_arg*)resp = 34 (int)*(ffi_arg *)resp);
|
closure_fn4.c | 14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, 17 *(ffi_arg*)resp = 47 (int)(long)userdata, (int)*(ffi_arg *)resp);
|
closure_fn5.c | 13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args, 16 *(ffi_arg*)resp = 46 (int)(long)userdata, (int)*(ffi_arg *)resp);
|
closure_fn6.c | 12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, 15 *(ffi_arg*)resp = 39 (int)(long)userdata, (int)*(ffi_arg *)resp);
|
closure_stdcall.c | 11 closure_test_stdcall(ffi_cif* cif __UNUSED__, void* resp, void** args, 14 *(ffi_arg*)resp = 22 (int)*(ffi_arg *)resp);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AndroidHttpClientTest.java | 38 HttpResponse resp = client.execute(new HttpGet("/foo")); local 39 assertThat(resp.getStatusLine().getStatusCode(), is(200)); 40 assertThat(Strings.fromStream(resp.getEntity().getContent()), equalTo("foo"));
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
TimeStampResp.java | 89 TimeStampResp resp = (TimeStampResp) object; 91 values[0] = resp.status; 92 values[1] = resp.timeStampToken;
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
NetworkUtilities.java | 106 final HttpResponse resp; local 122 resp = getHttpClient().execute(post); 124 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_OK) { 125 InputStream istream = (resp.getEntity() != null) ? resp.getEntity().getContent() 136 Log.e(TAG, "Error authenticating" + resp.getStatusLine()); 192 final HttpResponse resp = getHttpClient().execute(post); local 193 final String response = EntityUtils.toString(resp.getEntity()); 194 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_OK) { 208 if (resp.getStatusLine().getStatusCode() == HttpStatus.SC_UNAUTHORIZED) [all...] |
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.c | 795 unsigned char resp[3]; local 822 len = sizeof(resp); 823 ret = scard_transmit(scard, cmd, cmdlen, resp, &len); 831 wpa_printf(MSG_WARNING, "SCARD: unexpected resp len " 836 if (resp[0] == 0x98 && resp[1] == 0x04) { 843 if (resp[0] == 0x6e) { 848 if (resp[0] != 0x6c && resp[0] != 0x9f && resp[0] != 0x61) 1007 unsigned char resp[3]; local 1039 unsigned char resp[3]; local 1230 unsigned char resp[3], buf[12 + 3 + 2]; local 1330 unsigned char resp[3], buf[64], *pos, *end; local [all...] |
/external/chromium/net/spdy/ |
spdy_proxy_client_socket_unittest.cc | 423 scoped_ptr<spdy::SpdyFrame> resp(ConstructConnectReplyFrame()); 425 CreateMockRead(*resp, 1, true), 444 scoped_ptr<spdy::SpdyFrame> resp(ConstructConnectAuthReplyFrame()); 446 CreateMockRead(*resp, 1, true), 467 scoped_ptr<spdy::SpdyFrame> resp(ConstructConnectReplyFrame()); 469 CreateMockRead(*resp, 1, true), 487 scoped_ptr<spdy::SpdyFrame> resp(ConstructConnectReplyFrame()); 509 scoped_ptr<spdy::SpdyFrame> resp(ConstructConnectReplyFrame()); 511 CreateMockRead(*resp, 1, true), 532 scoped_ptr<spdy::SpdyFrame> resp(ConstructConnectReplyFrame()) [all...] |