Home
last modified time | relevance | path

Searched refs:request (Results 1 – 25 of 41) sorted by relevance

12

/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_msg.c291 memset(&request, 0, sizeof(request)); in snmp_receive()
295 request.inbound_pbuf = p; in snmp_receive()
383 request.request_id = request.msg_id; in snmp_receive()
391 … err = snmp_sendto(request.handle, request.outbound_pbuf, request.source_ip, request.source_port); in snmp_receive()
724 …snmp_vb_enumerator_init(&request->inbound_varbind_enumerator, request->inbound_pbuf, request->inbo… in snmp_process_set_request()
844 request->community_strlen = (u16_t)strlen((char *)request->community); in snmp_parse_inbound_frame()
1173 request->community[request->community_strlen] = 0; in snmp_parse_inbound_frame()
1290 …snmp_vb_enumerator_init(&(request->inbound_varbind_enumerator), request->inbound_pbuf, request->in… in snmp_parse_inbound_frame()
1449 MEMCPY(request->context_engine_id, id, request->context_engine_id_len); in snmp_prepare_outbound_frame()
1698 …eam_init(&(request->outbound_pbuf_stream), request->outbound_pbuf, request->outbound_varbind_offse… in snmp_complete_outbound_frame()
[all …]
/lib/
A Dtpm-v1.c550 sha1_update(&hash_ctx, request + command_code_offset, 4); in create_request_auth()
553 request + TPM_REQUEST_HEADER_LENGTH + handles_len, in create_request_auth()
661 u8 request[COMMAND_BUFFER_SIZE]; in tpm1_terminate_auth_session() local
663 if (pack_byte_string(request, sizeof(request), "sd", in tpm1_terminate_auth_session()
670 return tpm_sendrecv_command(dev, request, NULL, NULL); in tpm1_terminate_auth_session()
726 u8 request[sizeof(command) + TPM_KEY12_MAX_LENGTH + in tpm1_load_key2_oiap() local
737 if (pack_byte_string(request, sizeof(request), "sdds", in tpm1_load_key2_oiap()
749 request + sizeof(command) + key_length, in tpm1_load_key2_oiap()
791 u8 request[sizeof(command) + TPM_REQUEST_AUTH_LENGTH]; in tpm1_get_pub_key_oiap() local
802 if (pack_byte_string(request, sizeof(request), "sdd", in tpm1_get_pub_key_oiap()
[all …]
/lib/efi_loader/
A Defi_hii_config.c24 const efi_string_t request, in extract_config() argument
28 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results); in extract_config()
101 const efi_string_t request, in extract_config_access() argument
105 EFI_ENTRY("%p, \"%ls\", %p, %p", this, request, progress, results); in extract_config_access()
A Defi_http.c226 !token->message->data.request) { in efi_http_request()
238 current_method = token->message->data.request->method; in efi_http_request()
239 url_16 = token->message->data.request->url; in efi_http_request()
424 new_instance->http.request = efi_http_request; in efi_http_service_binding_create_child()
/lib/lwip/lwip/src/apps/http/
A Dhttp_client.c139 struct pbuf *request; member
161 if (req->request != NULL) { in httpc_free_state()
162 pbuf_free(req->request); in httpc_free_state()
163 req->request = NULL; in httpc_free_state()
404 r = altcp_write(req->pcb, req->request->payload, req->request->len - 1, TCP_WRITE_FLAG_COPY); in httpc_tcp_connected()
410 pbuf_free(req->request); in httpc_tcp_connected()
411 req->request = NULL; in httpc_tcp_connected()
545 req->request = pbuf_alloc(PBUF_RAW, (u16_t)(req_len + 1), PBUF_RAM); in httpc_init_connection_common()
546 if (req->request == NULL) { in httpc_init_connection_common()
550 if (req->request->next != NULL) { in httpc_init_connection_common()
[all …]
/lib/mbedtls/external/mbedtls/.github/ISSUE_TEMPLATE/
A Dfeature_request.md2 name: Enhancement request
3 about: To request an enhancement, please fill this form.
/lib/lwip/lwip/src/apps/mdns/
A Dmdns_domain.c507 mdns_build_request_domain(struct mdns_domain *domain, struct mdns_request *request, int include_nam… in mdns_build_request_domain() argument
512 res = mdns_domain_add_label(domain, request->name, (u8_t)strlen(request->name)); in mdns_build_request_domain()
515 res = mdns_domain_add_domain(domain, &request->service); in mdns_build_request_domain()
517 …res = mdns_domain_add_label(domain, dnssd_protos[request->proto], (u8_t)strlen(dnssd_protos[reques… in mdns_build_request_domain()
A Dmdns.c360 check_request(struct mdns_request *request, struct mdns_rr_info *rr) in check_request() argument
371 res = mdns_build_request_domain(&mydomain, request, 0); in check_request()
377 res = mdns_build_request_domain(&mydomain, request, 1); in check_request()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_random.data37 # An external RNG is supposed to handle arbitrary request lengths. Test it
39 # CTR_DRBG and HMAC_DRBG have their own maximum request lengths which may
A Dtest_suite_mps.function277 * there had been no excess request via mbedtls_mps_reader_get()
340 /* Excess request */
356 * accumulator is used to fulfill a consumer's request.
361 * - The reader remembers the request and goes back to
364 * sufficient to fulfill the original read request.
365 * - The consumer retries the original read request, which
488 * to fulfill the original request, and the reader needs to do
689 * - A read request via `mbedtls_mps_reader_get()` can't
990 * producer until the original read request can be fulfilled.
991 * - The consumer does not repeat the original request but
[all …]
A Dtest_suite_memory_buffer_alloc.function134 /* Once blocks are reallocated, the block allocated to the memory request
135 * may be bigger than the request itself, which is indicated by the reported
A Dtest_suite_mps.data124 MPS Reader: Excess request leading to integer overflow
/lib/mbedtls/external/mbedtls/programs/
A DREADME.md71 * [`ssl/ssl_client1.c`](ssl/ssl_client1.c): a simple HTTPS client that sends a fixed request and di…
85 * [`ssl/ssl_client2.c`](ssl/ssl_client2.c): an HTTPS client that sends a fixed request and displays…
111 * [`x509/cert_req.c`](x509/cert_req.c): generates a certificate signing request (CSR) for a private…
113 * [`x509/cert_write.c`](x509/cert_write.c): signs a certificate signing request, or self-signs a ce…
117 * [`x509/req_app.c`](x509/req_app.c): loads and dumps a certificate signing request (CSR).
/lib/efi_selftest/
A Defi_selftest_http.c147 request_message.data.request = &request_data; in execute()
168 ret = http->request(http, &request_token); in execute()
/lib/lwip/lwip/src/include/lwip/apps/
A Dmdns_domain.h69 err_t mdns_build_request_domain(struct mdns_domain *domain, struct mdns_request *request, int inclu…
A Dsnmp.h108 typedef void (*snmp_inform_callback_fct)(struct snmp_request *request, void* callback_arg);
/lib/mbedtls/external/mbedtls/.github/
A Dpull_request_template.md3 Please write a few sentences describing the overall goals of the pull request's commits.
/lib/efi_client/
A Defi_app.c227 .request = efi_sysreset_request,
/lib/mbedtls/external/mbedtls/
A DCONTRIBUTING.md17 …ibution passes basic tests before submission, and check the CI results after making a pull request.
27 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may …
58 …ow the correctness of the feature or bug fix should be added to the pull request, if no such tests…
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-TM15 Subscribe: snmpv3-request@lists.tislabs.com
A DSNMPv2-TC127 binding in the request and response PDUs are identical.)
366 set request may result in a response other than noError
520 process a request of this sort, the set operation fails with
647 column to `destroy'. This request may be made regardless of
A DSNMPv2-MIB20 Subscribe: snmpv3-request@lists.tislabs.com
384 the request."
/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Ddriver-interface-test-strategy.md129 …lback mechanism so that a driver can reject a request at runtime and let another driver handle the…
/lib/mbedtls/external/mbedtls/docs/
A Duse-psa-crypto.md93 request);
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md94 …this may not be the case in future versions.) Applications should always request support for all o…
221 Way to request only specific groups? Not a priority: constrained devices don't do FFDH. Specify it …

Completed in 67 milliseconds

12