/external/libffi/testsuite/libffi.call/ |
cls_1_1byte.c | 31 cls_struct_1_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_1_1byte*)resp = cls_struct_1_1byte_fn(a1, a2);
|
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);
|
cls_12byte.c | 31 static void cls_struct_12byte_gn(ffi_cif* cif __UNUSED__, void* resp, 39 *(cls_struct_12byte*)resp = cls_struct_12byte_fn(b1, b2);
|
cls_16byte.c | 32 static void cls_struct_16byte_gn(ffi_cif* cif __UNUSED__, void* resp, 40 *(cls_struct_16byte*)resp = cls_struct_16byte_fn(b1, b2);
|
cls_20byte.c | 32 cls_struct_20byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 40 *(cls_struct_20byte*)resp = cls_struct_20byte_fn(a1, a2);
|
cls_20byte1.c | 34 cls_struct_20byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 42 *(cls_struct_20byte*)resp = cls_struct_20byte_fn(a1, a2);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_ttls.c | 224 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, 230 msg = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(*resp) + 4); 232 wpabuf_free(*resp); 233 *resp = NULL; 238 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); 239 os_memcpy(pos, wpabuf_head(*resp), wpabuf_len(*resp)); 240 pos += wpabuf_len(*resp); 242 wpabuf_free(*resp); 244 *resp = msg 1428 struct wpabuf *resp = NULL; local 1519 struct wpabuf *resp; local 1797 struct wpabuf *resp; local [all...] |
eap_peap.c | 453 * @resp: Buffer to return a pointer to the allocated response message. This 462 const struct wpabuf *req, struct wpabuf **resp, 506 *resp = eap_tlv_build_nak(eap_get_id(req), 508 return *resp == NULL ? -1 : 0; 576 *resp = eap_tlv_build_result(sm, data, crypto_tlv != NULL, 615 struct wpabuf **resp) 632 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1); 636 if (eap_tlv_process(sm, data, &iret, req, resp, 665 *resp = eap_msg_alloc( 670 if (*resp == NULL) 765 struct wpabuf *resp = NULL; local 1038 struct wpabuf *resp; local [all...] |
eap_ikev2.c | 140 struct wpabuf *resp; local 183 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen, 185 if (resp == NULL) 188 wpabuf_put_u8(resp, flags); /* Flags */ 190 wpabuf_put_be32(resp, wpabuf_len(data->out_buf)); 192 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, 197 const u8 *msg = wpabuf_head(resp); 198 size_t len = wpabuf_len(resp); 202 msg, len, wpabuf_put(resp, icv_len)); 249 return resp; [all...] |
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
pv_frame_metadata_mio_audio.cpp | 185 CommandResponse resp(status, cmdid, aContext); 186 QueueCommandResponse(resp); 209 CommandResponse resp(status, cmdid, aContext); 210 QueueCommandResponse(resp); 246 CommandResponse resp(status, cmdid, aContext); 247 QueueCommandResponse(resp); 258 CommandResponse resp(status, cmdid, aContext); 259 QueueCommandResponse(resp); 289 CommandResponse resp(status, cmdid, aContext); 290 QueueCommandResponse(resp); [all...] |
pv_frame_metadata_mio_video.cpp | 325 CommandResponse resp(status, cmdid, aContext); 326 QueueCommandResponse(resp); 356 CommandResponse resp(status, cmdid, aContext); 357 QueueCommandResponse(resp); 393 CommandResponse resp(status, cmdid, aContext); 394 QueueCommandResponse(resp); 405 CommandResponse resp(status, cmdid, aContext); 406 QueueCommandResponse(resp); 436 CommandResponse resp(status, cmdid, aContext); 437 QueueCommandResponse(resp); [all...] |
/external/wpa_supplicant/ |
eap_gpsk.c | 267 u8 *resp; local 288 resp = eap_gpsk_send_gpsk_2(data, req->identifier, 291 if (resp == NULL) 296 return (u8 *) resp; 304 struct eap_hdr *resp; local 316 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GPSK, respDataLen, len, 318 if (resp == NULL) 342 os_free(resp); 373 os_free(resp); 385 os_free(resp); 571 u8 *resp; local 616 struct eap_hdr *resp; local 654 u8 *resp; local [all...] |
eap_fast.c | 760 struct eap_hdr *resp; local 764 resp = os_malloc(sizeof(struct eap_hdr) + 2 + data->ssl.tls_out_limit); 765 if (resp == NULL) 768 resp->code = EAP_CODE_RESPONSE; 769 resp->identifier = id; 771 pos = (u8 *) (resp + 1); 781 os_free(resp); 786 resp->length = host_to_be16(*out_len); 787 *out_data = (u8 *) resp; 794 u8 **resp, size_t *resp_len 1233 u8 *resp; local 1530 u8 *resp = NULL; local 1809 u8 flags, *resp, id; local [all...] |
eap_mschapv2.c | 225 struct eap_hdr *resp; local 244 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, respDataLen, 246 if (resp == NULL) 274 os_free(resp); 292 "(response)", resp->identifier, ms->mschapv2_id); 293 return (u8 *) resp; 404 struct eap_hdr *resp; local 436 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, respDataLen, 438 if (resp == NULL) { 456 return (u8 *) resp; 569 struct eap_hdr *resp; local 674 struct eap_hdr *resp; local [all...] |
eap_tlv.c | 98 * @resp: Buffer to return a pointer to the allocated response message. This 106 const struct eap_hdr *hdr, u8 **resp, size_t *resp_len, 146 *resp = eap_tlv_build_nak(hdr->identifier, 148 return *resp == NULL ? -1 : 0; 199 *resp = eap_tlv_build_result(hdr->identifier, resp_status,
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_psk.c | 222 const struct eap_psk_hdr_2 *resp; local 235 if (cpos == NULL || left < sizeof(*resp)) { 239 resp = (const struct eap_psk_hdr_2 *) cpos; 240 cpos = (const u8 *) (resp + 1); 241 left -= sizeof(*resp); 298 resp->rand_p, EAP_PSK_RAND_LEN); 299 os_memcpy(data->rand_p, resp->rand_p, EAP_PSK_RAND_LEN); 321 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", resp->mac_p, EAP_PSK_MAC_LEN); 322 if (os_memcmp(mac, resp->mac_p, EAP_PSK_MAC_LEN) != 0) { 338 const struct eap_psk_hdr_4 *resp; local [all...] |
eap_sake.c | 259 struct eap_sake_hdr *resp; local 270 resp = (struct eap_sake_hdr *) pos; 271 version = resp->version; 272 session_id = resp->session_id; 273 subtype = resp->subtype; 433 struct eap_sake_hdr *resp; local 442 resp = (struct eap_sake_hdr *) pos; 444 subtype = resp->subtype; 445 pos = (u8 *) (resp + 1);
|
/external/openssl/apps/ |
ocsp.c | 79 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, 87 static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp); 108 OCSP_RESPONSE *resp = NULL; local 646 resp = OCSP_response_create(OCSP_RESPONSE_STATUS_MALFORMEDREQUEST, NULL); 647 send_ocsp_response(cbio, resp); 716 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays); 718 send_ocsp_response(cbio, resp); 723 resp = process_responder(bio_err, req, host, path, 725 if (!resp) 740 resp = d2i_OCSP_RESPONSE_bio(derbio, NULL) 1305 OCSP_RESPONSE *resp = NULL; local [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/ |
spid.h | 38 uint8 resp_delay_f0; /* 0x1c, read resp delay bytes for F0 (corerev >= 3) */ 39 uint8 resp_delay_f1; /* 0x1d, read resp delay bytes for F1 (corerev >= 3) */ 40 uint8 resp_delay_f2; /* 0x1e, read resp delay bytes for F2 (corerev >= 3) */ 41 uint8 resp_delay_f3; /* 0x1f, read resp delay bytes for F3 (corerev >= 3) */ 77 #define RESP_DELAY_ALL 0x4 /* Applicability of resp delay to F1 or all func's read */
|