Home
last modified time | relevance | path

Searched refs:req (Results 1651 - 1675 of 5665) sorted by relevance

1...<<61626364656667686970>>...227

/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-des.c143 struct skcipher_request *req; member
265 if ((dd->flags & FLAGS_CBC) && dd->req->iv) in omap_des_write_ctrl()
266 omap_des_write_n(dd, DES_REG_IV(dd, 0), (void *)dd->req->iv, 2); in omap_des_write_ctrl()
461 crypto_skcipher_reqtfm(dd->req)); in omap_des_crypt_dma_start()
495 struct skcipher_request *req = dd->req; in omap_des_finish_req() local
499 crypto_finalize_skcipher_request(dd->engine, req, err); in omap_des_finish_req()
518 struct skcipher_request *req) in omap_des_handle_queue()
520 if (req) in omap_des_handle_queue()
521 return crypto_transfer_skcipher_request_to_engine(dd->engine, req); in omap_des_handle_queue()
517 omap_des_handle_queue(struct omap_des_dev *dd, struct skcipher_request *req) omap_des_handle_queue() argument
529 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); omap_des_prepare_req() local
586 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); omap_des_crypt_req() local
629 omap_des_crypt(struct skcipher_request *req, unsigned long mode) omap_des_crypt() argument
693 omap_des_ecb_encrypt(struct skcipher_request *req) omap_des_ecb_encrypt() argument
698 omap_des_ecb_decrypt(struct skcipher_request *req) omap_des_ecb_decrypt() argument
703 omap_des_cbc_encrypt(struct skcipher_request *req) omap_des_cbc_encrypt() argument
708 omap_des_cbc_decrypt(struct skcipher_request *req) omap_des_cbc_decrypt() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_midi.c256 static void f_midi_handle_out_data(struct usb_ep *ep, struct usb_request *req) in f_midi_handle_out_data() argument
259 u8 *buf = req->buf; in f_midi_handle_out_data()
261 for (i = 0; i + 3 < req->actual; i += 4) in f_midi_handle_out_data()
270 f_midi_complete(struct usb_ep *ep, struct usb_request *req) in f_midi_complete() argument
274 int status = req->status; in f_midi_complete()
279 /* We received stuff. req is queued again, below */ in f_midi_complete()
280 f_midi_handle_out_data(ep, req); in f_midi_complete()
283 * f_midi_transmit eats req, don't queue it again. */ in f_midi_complete()
284 req->length = 0; in f_midi_complete()
295 req in f_midi_complete()
383 struct usb_request *req = f_midi_set_alt() local
397 struct usb_request *req = f_midi_set_alt() local
421 struct usb_request *req = NULL; f_midi_disable() local
447 f_midi_transmit_byte(struct usb_request *req, struct gmidi_in_port *port, uint8_t b) f_midi_transmit_byte() argument
608 struct usb_request *req = NULL; f_midi_do_transmit() local
[all...]
H A Df_acm.c306 struct usb_request *req) in acm_complete_set_line_coding()
311 if (req->status != 0) { in acm_complete_set_line_coding()
313 acm->port_num, req->status); in acm_complete_set_line_coding()
318 if (req->actual != sizeof(acm->port_line_coding)) { in acm_complete_set_line_coding()
320 acm->port_num, req->actual); in acm_complete_set_line_coding()
323 struct usb_cdc_line_coding *value = req->buf; in acm_complete_set_line_coding()
340 struct usb_request *req = cdev->req; in acm_setup() local
365 req->complete = acm_complete_set_line_coding; in acm_setup()
376 memcpy(req in acm_setup()
305 acm_complete_set_line_coding(struct usb_ep *ep, struct usb_request *req) acm_complete_set_line_coding() argument
496 struct usb_request *req; acm_cdc_notify() local
554 acm_cdc_notify_complete(struct usb_ep *ep, struct usb_request *req) acm_cdc_notify_complete() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_midi.c256 static void f_midi_handle_out_data(struct usb_ep *ep, struct usb_request *req) in f_midi_handle_out_data() argument
259 u8 *buf = req->buf; in f_midi_handle_out_data()
261 for (i = 0; i + 3 < req->actual; i += 4) in f_midi_handle_out_data()
270 f_midi_complete(struct usb_ep *ep, struct usb_request *req) in f_midi_complete() argument
274 int status = req->status; in f_midi_complete()
279 /* We received stuff. req is queued again, below */ in f_midi_complete()
280 f_midi_handle_out_data(ep, req); in f_midi_complete()
283 * f_midi_transmit eats req, don't queue it again. */ in f_midi_complete()
284 req->length = 0; in f_midi_complete()
295 req in f_midi_complete()
383 struct usb_request *req = f_midi_set_alt() local
397 struct usb_request *req = f_midi_set_alt() local
421 struct usb_request *req = NULL; f_midi_disable() local
447 f_midi_transmit_byte(struct usb_request *req, struct gmidi_in_port *port, uint8_t b) f_midi_transmit_byte() argument
608 struct usb_request *req = NULL; f_midi_do_transmit() local
[all...]
H A Df_acm.c296 struct usb_request *req) in acm_complete_set_line_coding()
301 if (req->status != 0) { in acm_complete_set_line_coding()
303 acm->port_num, req->status); in acm_complete_set_line_coding()
308 if (req->actual != sizeof(acm->port_line_coding)) { in acm_complete_set_line_coding()
310 acm->port_num, req->actual); in acm_complete_set_line_coding()
313 struct usb_cdc_line_coding *value = req->buf; in acm_complete_set_line_coding()
332 struct usb_request *req = cdev->req; in acm_setup() local
357 req->complete = acm_complete_set_line_coding; in acm_setup()
368 memcpy(req in acm_setup()
295 acm_complete_set_line_coding(struct usb_ep *ep, struct usb_request *req) acm_complete_set_line_coding() argument
496 struct usb_request *req; acm_cdc_notify() local
554 acm_cdc_notify_complete(struct usb_ep *ep, struct usb_request *req) acm_cdc_notify_complete() argument
[all...]
/kernel/linux/linux-6.6/tools/tracing/latency/
H A Dlatency-collector.c661 static int printstate_next_ticket(struct entry *req) in printstate_next_ticket() argument
666 req->ticket = r; in printstate_next_ticket()
667 req->ticket_completed_ref = printstate.ticket_completed; in printstate_next_ticket()
673 void printstate_mark_req_completed(const struct entry *req) in printstate_mark_req_completed() argument
675 if (req->ticket > printstate.ticket_completed) in printstate_mark_req_completed()
676 printstate.ticket_completed = req->ticket; in printstate_mark_req_completed()
680 bool printstate_has_new_req_arrived(const struct entry *req) in printstate_has_new_req_arrived() argument
682 return (printstate.ticket_counter != req->ticket); in printstate_has_new_req_arrived()
716 bool prev_req_won_race(const struct entry *req) in prev_req_won_race() argument
718 return (printstate.ticket_completed != req in prev_req_won_race()
761 table_get_probability(const struct entry *req, struct short_msg *msg) table_get_probability() argument
1009 go_to_sleep(const struct entry *req) go_to_sleep() argument
1072 __print_skipmessage(const struct short_msg *resize_msg, const struct timespec *timestamp, char *buffer, size_t bufspace, const struct entry *req, bool excuse, const char *str) __print_skipmessage() argument
1111 print_skipmessage(const struct short_msg *resize_msg, const struct timespec *timestamp, char *buffer, size_t bufspace, const struct entry *req, bool excuse) print_skipmessage() argument
1120 print_lostmessage(const struct timespec *timestamp, char *buffer, size_t bufspace, const struct entry *req, const char *reason) print_lostmessage() argument
1128 print_tracefile(const struct short_msg *resize_msg, const struct timespec *timestamp, char *buffer, size_t bufspace, long slept, const struct entry *req) print_tracefile() argument
1459 struct entry req; tracing_loop() local
1556 struct entry req; do_printloop() local
[all...]
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dbc_xprt.h36 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied);
37 void xprt_init_bc_request(struct rpc_rqst *req, struct rpc_task *task);
38 void xprt_free_bc_request(struct rpc_rqst *req);
45 void xprt_free_bc_rqst(struct rpc_rqst *req);
81 static inline void xprt_free_bc_request(struct rpc_rqst *req) in xprt_free_bc_request() argument
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dbc_xprt.h22 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied);
23 void xprt_init_bc_request(struct rpc_rqst *req, struct rpc_task *task);
24 void xprt_free_bc_request(struct rpc_rqst *req);
31 void xprt_free_bc_rqst(struct rpc_rqst *req);
67 static inline void xprt_free_bc_request(struct rpc_rqst *req) in xprt_free_bc_request() argument
/third_party/libuv/test/
H A Dtest-not-writable-after-shutdown.c31 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() argument
32 uv_close((uv_handle_t*) req->handle, close_cb); in shutdown_cb()
35 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
39 r = uv_shutdown(&shutdown_req, req->handle, shutdown_cb); in connect_cb()
42 ASSERT_OK(uv_is_writable(req->handle)); in connect_cb()
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_pipe.c34 struct drm_etnaviv_wait_fence req = { in etna_pipe_wait_ns() local
40 req.flags |= ETNA_WAIT_NONBLOCK; in etna_pipe_wait_ns()
42 get_abs_timeout(&req.timeout, ns); in etna_pipe_wait_ns()
44 ret = drmCommandWrite(dev->fd, DRM_ETNAVIV_WAIT_FENCE, &req, sizeof(req)); in etna_pipe_wait_ns()
/third_party/node/test/parallel/
H A Dtest-http2-cookies.js42 const req = client.request({
47 req.resume();
49 req.on('response', common.mustCall((headers) => {
54 req.on('end', common.mustCall(() => {
58 req.end();
H A Dtest-http2-methods.js38 const req = client.request(headers);
39 req.on('response', common.mustCall());
40 req.resume();
41 req.on('end', common.mustCall(() => {
47 req.end();
H A Dtest-http2-server-rst-before-respond.js29 const req = client.request();
30 req.on('headers', common.mustNotCall());
31 req.on('close', common.mustCall(() => {
32 assert.strictEqual(h2.constants.NGHTTP2_NO_ERROR, req.rstCode);
36 req.on('response', common.mustNotCall());
H A Dtest-https-localaddress-bind-error.js39 const server = https.createServer(options, function(req, res) {
40 console.log(`Connect from: ${req.connection.remoteAddress}`);
42 req.on('end', function() {
44 res.end(`You are from: ${req.connection.remoteAddress}`);
46 req.resume();
/third_party/node/test/pseudo-tty/
H A Dtest-async-wrap-getasyncid-tty.js33 function testInitialized(req, ctor_name) {
34 assert.strictEqual(typeof req.getAsyncId, 'function');
35 assert(Number.isSafeInteger(req.getAsyncId()));
36 assert(req.getAsyncId() > 0);
37 assert.strictEqual(req.constructor.name, ctor_name);
/third_party/node/test/sequential/
H A Dtest-gc-http-client-timeout.js9 function serverHandler(req, res) {
11 req.resume();
30 const req = http.get({
36 req.setTimeout(10, common.mustCall());
38 onGC(req, { ongc });
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_http.c16 const OCSP_REQUEST *req, int buf_size) in OCSP_sendreq_new()
39 if (req != NULL in OCSP_sendreq_new()
42 (const ASN1_VALUE *)req)) in OCSP_sendreq_new()
51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() argument
57 ctx = OCSP_sendreq_new(b, path, req, 0 /* default buf_size */); in OCSP_sendreq_bio()
15 OCSP_sendreq_new(BIO *io, const char *path, const OCSP_REQUEST *req, int buf_size) OCSP_sendreq_new() argument
/third_party/openssl/crypto/ocsp/
H A Docsp_http.c16 const OCSP_REQUEST *req, int buf_size) in OCSP_sendreq_new()
39 if (req != NULL in OCSP_sendreq_new()
42 (const ASN1_VALUE *)req)) in OCSP_sendreq_new()
51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() argument
57 ctx = OCSP_sendreq_new(b, path, req, 0 /* default buf_size */); in OCSP_sendreq_bio()
15 OCSP_sendreq_new(BIO *io, const char *path, const OCSP_REQUEST *req, int buf_size) OCSP_sendreq_new() argument
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_gadget.c27 #define is_buffer_mapped(req) (is_dma_capable() && \
28 (req->map_state != UN_MAPPED))
129 struct musb_request *req; variable
133 req = to_musb_request(request);
135 list_del(&req->list);
136 if (req->request.status == -EINPROGRESS)
137 req->request.status = status;
138 musb = req->musb;
144 unmap_dma_buffer(req, musb);
146 trace_musb_req_gb(req); variable
161 struct musb_request *req = NULL; nuke() local
223 txstate(struct musb *musb, struct musb_request *req) txstate() argument
409 struct musb_request *req; musb_g_tx() local
518 rxstate(struct musb *musb, struct musb_request *req) rxstate() argument
793 struct musb_request *req; musb_g_rx() local
1151 musb_free_request(struct usb_ep *ep, struct usb_request *req) musb_free_request() argument
1171 musb_ep_restart(struct musb *musb, struct musb_request *req) musb_ep_restart() argument
1183 struct musb_request *req = data; musb_ep_restart_resume_work() local
1190 musb_gadget_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) musb_gadget_queue() argument
1271 struct musb_request *req = to_musb_request(request); musb_gadget_dequeue() local
[all...]
/third_party/node/deps/uv/include/
H A Duv.h175 XX(REQ, req) \
319 typedef void (*uv_write_cb)(uv_write_t* req, int status);
320 typedef void (*uv_connect_cb)(uv_connect_t* req, int status);
321 typedef void (*uv_shutdown_cb)(uv_shutdown_t* req, int status);
332 typedef void (*uv_fs_cb)(uv_fs_t* req);
333 typedef void (*uv_work_cb)(uv_work_t* req);
334 typedef void (*uv_after_work_cb)(uv_work_t* req, int status);
335 typedef void (*uv_getaddrinfo_cb)(uv_getaddrinfo_t* req,
338 typedef void (*uv_getnameinfo_cb)(uv_getnameinfo_t* req,
342 typedef void (*uv_random_cb)(uv_random_t* req,
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_comp.c326 if (qp->req.wait_psn) { in check_ack()
327 qp->req.wait_psn = 0; in check_ack()
328 rxe_sched_task(&qp->req.task); in check_ack()
474 * we completed something so let req run again in do_complete()
477 if (qp->req.wait_fence) { in do_complete()
478 qp->req.wait_fence = 0; in do_complete()
479 rxe_sched_task(&qp->req.task); in do_complete()
489 if (qp->attr.sq_draining && qp->comp.psn == qp->req.psn) { in comp_check_sq_drain_done()
514 atomic_inc(&qp->req.rd_atomic); in complete_ack()
515 if (qp->req in complete_ack()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pax.c75 struct wpabuf *req; in eap_pax_build_std_1() local
87 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX, in eap_pax_build_std_1()
90 if (req == NULL) { in eap_pax_build_std_1()
97 pax = wpabuf_put(req, sizeof(*pax)); in eap_pax_build_std_1()
104 wpabuf_put_be16(req, EAP_PAX_RAND_LEN); in eap_pax_build_std_1()
105 wpabuf_put_data(req, data->rand.r.x, EAP_PAX_RAND_LEN); in eap_pax_build_std_1()
109 pos = wpabuf_put(req, EAP_PAX_MAC_LEN); in eap_pax_build_std_1()
111 wpabuf_mhead(req), wpabuf_len(req) - EAP_PAX_ICV_LEN, in eap_pax_build_std_1()
115 wpabuf_free(req); in eap_pax_build_std_1()
127 struct wpabuf *req; eap_pax_build_std_3() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c391 X509_REQ *req = NULL; in generate_csr() local
438 req = X509_REQ_new(); in generate_csr()
439 if (req == NULL) in generate_csr()
455 res = X509_REQ_set_subject_name(req, in generate_csr()
468 !X509_REQ_set_subject_name(req, subj)) in generate_csr()
474 if (!X509_REQ_set_pubkey(req, pkey)) in generate_csr()
501 if (!X509_REQ_add_extensions(req, exts)) in generate_csr()
506 if (!X509_REQ_sign(req, pkey, EVP_sha256())) in generate_csr()
515 X509_REQ_print(out, req); in generate_csr()
536 X509_REQ_print_fp(f, req); in generate_csr()
678 char *buf, *resp, *req, *req2; est_simple_enroll() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pax.c75 struct wpabuf *req; in eap_pax_build_std_1() local
87 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_PAX, in eap_pax_build_std_1()
90 if (req == NULL) { in eap_pax_build_std_1()
97 pax = wpabuf_put(req, sizeof(*pax)); in eap_pax_build_std_1()
104 wpabuf_put_be16(req, EAP_PAX_RAND_LEN); in eap_pax_build_std_1()
105 wpabuf_put_data(req, data->rand.r.x, EAP_PAX_RAND_LEN); in eap_pax_build_std_1()
109 pos = wpabuf_put(req, EAP_PAX_MAC_LEN); in eap_pax_build_std_1()
111 wpabuf_mhead(req), wpabuf_len(req) - EAP_PAX_ICV_LEN, in eap_pax_build_std_1()
115 wpabuf_free(req); in eap_pax_build_std_1()
127 struct wpabuf *req; eap_pax_build_std_3() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c391 X509_REQ *req = NULL; in generate_csr() local
438 req = X509_REQ_new(); in generate_csr()
439 if (req == NULL) in generate_csr()
455 res = X509_REQ_set_subject_name(req, in generate_csr()
468 !X509_REQ_set_subject_name(req, subj)) in generate_csr()
474 if (!X509_REQ_set_pubkey(req, pkey)) in generate_csr()
501 if (!X509_REQ_add_extensions(req, exts)) in generate_csr()
506 if (!X509_REQ_sign(req, pkey, EVP_sha256())) in generate_csr()
515 X509_REQ_print(out, req); in generate_csr()
536 X509_REQ_print_fp(f, req); in generate_csr()
679 char *buf, *resp, *req, *req2; est_simple_enroll() local
[all...]

Completed in 17 milliseconds

1...<<61626364656667686970>>...227