Home
last modified time | relevance | path

Searched refs:req (Results 1351 - 1375 of 5665) sorted by relevance

1...<<51525354555657585960>>...227

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dscan.c53 wl->scan.req = NULL; in wl1271_scan_complete_work()
334 struct cfg80211_scan_request *req) in wlcore_scan()
342 BUG_ON(req->n_channels > WL1271_MAX_CHANNELS); in wlcore_scan()
357 wl->scan.req = req; in wlcore_scan()
365 wl->ops->scan_start(wl, wlvif, req); in wlcore_scan()
373 struct cfg80211_sched_scan_request *req) in wlcore_scan_sched_scan_ssid_list()
376 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list()
377 struct cfg80211_ssid *ssids = req->ssids; in wlcore_scan_sched_scan_ssid_list()
383 for (i = 0; i < req in wlcore_scan_sched_scan_ssid_list()
332 wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif, const u8 *ssid, size_t ssid_len, struct cfg80211_scan_request *req) wlcore_scan() argument
371 wlcore_scan_sched_scan_ssid_list(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_sched_scan_request *req) wlcore_scan_sched_scan_ssid_list() argument
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dezx-pcap.c269 struct pcap_adc_request *req; in pcap_adc_irq() local
274 req = pcap->adc_queue[pcap->adc_head]; in pcap_adc_irq()
276 if (WARN(!req, "adc irq without pending request\n")) { in pcap_adc_irq()
284 tmp |= (req->ch[0] << PCAP_ADC_ADA1_SHIFT); in pcap_adc_irq()
285 tmp |= (req->ch[1] << PCAP_ADC_ADA2_SHIFT); in pcap_adc_irq()
296 req->callback(req->data, res); in pcap_adc_irq()
297 kfree(req); in pcap_adc_irq()
308 struct pcap_adc_request *req; in pcap_adc_async() local
312 req in pcap_adc_async()
342 struct pcap_adc_sync_request *req = param; pcap_adc_sync_cb() local
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H A Dezx-pcap.c267 struct pcap_adc_request *req; in pcap_adc_irq() local
272 req = pcap->adc_queue[pcap->adc_head]; in pcap_adc_irq()
274 if (WARN(!req, "adc irq without pending request\n")) { in pcap_adc_irq()
282 tmp |= (req->ch[0] << PCAP_ADC_ADA1_SHIFT); in pcap_adc_irq()
283 tmp |= (req->ch[1] << PCAP_ADC_ADA2_SHIFT); in pcap_adc_irq()
294 req->callback(req->data, res); in pcap_adc_irq()
295 kfree(req); in pcap_adc_irq()
306 struct pcap_adc_request *req; in pcap_adc_async() local
310 req in pcap_adc_async()
340 struct pcap_adc_sync_request *req = param; pcap_adc_sync_cb() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c85 struct cmsg_req_map_alloc_tbl *req; in nfp_bpf_ctrl_alloc_map() local
90 skb = nfp_bpf_cmsg_alloc(bpf, sizeof(*req)); in nfp_bpf_ctrl_alloc_map()
94 req = (void *)skb->data; in nfp_bpf_ctrl_alloc_map()
95 req->key_size = cpu_to_be32(map->key_size); in nfp_bpf_ctrl_alloc_map()
96 req->value_size = cpu_to_be32(map->value_size); in nfp_bpf_ctrl_alloc_map()
97 req->max_entries = cpu_to_be32(map->max_entries); in nfp_bpf_ctrl_alloc_map()
98 req->map_type = cpu_to_be32(map->map_type); in nfp_bpf_ctrl_alloc_map()
99 req->map_flags = 0; in nfp_bpf_ctrl_alloc_map()
123 struct cmsg_req_map_free_tbl *req; in nfp_bpf_ctrl_free_map() local
127 skb = nfp_bpf_cmsg_alloc(bpf, sizeof(*req)); in nfp_bpf_ctrl_free_map()
152 nfp_bpf_ctrl_req_key(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) nfp_bpf_ctrl_req_key() argument
159 nfp_bpf_ctrl_req_val(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) nfp_bpf_ctrl_req_val() argument
300 struct cmsg_req_map_op *req; nfp_bpf_ctrl_entry_op() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dscan.c53 wl->scan.req = NULL; in wl1271_scan_complete_work()
332 struct cfg80211_scan_request *req) in wlcore_scan()
340 BUG_ON(req->n_channels > WL1271_MAX_CHANNELS); in wlcore_scan()
355 wl->scan.req = req; in wlcore_scan()
363 wl->ops->scan_start(wl, wlvif, req); in wlcore_scan()
371 struct cfg80211_sched_scan_request *req) in wlcore_scan_sched_scan_ssid_list()
374 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list()
375 struct cfg80211_ssid *ssids = req->ssids; in wlcore_scan_sched_scan_ssid_list()
381 for (i = 0; i < req in wlcore_scan_sched_scan_ssid_list()
330 wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif, const u8 *ssid, size_t ssid_len, struct cfg80211_scan_request *req) wlcore_scan() argument
369 wlcore_scan_sched_scan_ssid_list(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_sched_scan_request *req) wlcore_scan_sched_scan_ssid_list() argument
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dmdct_vfp.S24 CONTEXT .req a1
25 ORIGOUT .req a2
26 IN .req a3
27 OUT .req v1
28 REVTAB .req v2
29 TCOS .req v3
30 TSIN .req v4
31 OLDFPSCR .req v5
32 J0 .req a2
33 J1 .req a
[all...]
/third_party/libdrm/tests/amdgpu/
H A Dcs_tests.c207 struct amdgpu_bo_alloc_request req = {0}; in amdgpu_cs_uvd_create() local
214 req.alloc_size = 4*1024; in amdgpu_cs_uvd_create()
215 req.preferred_heap = AMDGPU_GEM_DOMAIN_GTT; in amdgpu_cs_uvd_create()
217 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle); in amdgpu_cs_uvd_create()
277 struct amdgpu_bo_alloc_request req = {0}; in amdgpu_cs_uvd_decode() local
285 req.alloc_size = 4*1024; /* msg */ in amdgpu_cs_uvd_decode()
286 req.alloc_size += 4*1024; /* fb */ in amdgpu_cs_uvd_decode()
288 req.alloc_size += 4096; /*it_scaling_table*/ in amdgpu_cs_uvd_decode()
289 req.alloc_size += ALIGN(sizeof(uvd_bitstream), 4*1024); in amdgpu_cs_uvd_decode()
290 req in amdgpu_cs_uvd_decode()
418 struct amdgpu_bo_alloc_request req = {0}; amdgpu_cs_uvd_destroy() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c57 static void ep0_req_giveback(struct mtu3 *mtu, struct usb_request *req) in ep0_req_giveback() argument
59 mtu3_req_complete(mtu->ep0, req, 0); in ep0_req_giveback()
167 static void ep0_dummy_complete(struct usb_ep *ep, struct usb_request *req) in ep0_dummy_complete() argument
170 static void ep0_set_sel_complete(struct usb_ep *ep, struct usb_request *req) in ep0_set_sel_complete() argument
176 memcpy(&sel, req->buf, sizeof(sel)); in ep0_set_sel_complete()
178 mreq = to_mtu3_request(req); in ep0_set_sel_complete()
512 struct usb_request *req; in ep0_rx_state() local
522 req = &mreq->request; in ep0_rx_state()
525 if (req) { in ep0_rx_state()
526 void *buf = req in ep0_rx_state()
566 struct usb_request *req; ep0_tx_state() local
836 mtu3_ep0_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp) mtu3_ep0_queue() argument
858 mtu3_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) mtu3_ep0_dequeue() argument
[all...]
/kernel/linux/linux-5.10/net/dccp/
H A Dipv4.c198 struct request_sock *req = inet_reqsk(sk); in dccp_req_err() local
205 if (!between48(seq, dccp_rsk(req)->dreq_iss, dccp_rsk(req)->dreq_gss)) { in dccp_req_err()
214 inet_csk_reqsk_queue_drop(req->rsk_listener, req); in dccp_req_err()
216 reqsk_put(req); in dccp_req_err()
397 struct request_sock *req, in dccp_v4_request_recv_sock()
409 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v4_request_recv_sock()
414 ireq = inet_rsk(req); in dccp_v4_request_recv_sock()
423 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) in dccp_v4_request_recv_sock()
395 dccp_v4_request_recv_sock(const struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst, struct request_sock *req_unhash, bool *own_req) dccp_v4_request_recv_sock() argument
479 dccp_v4_send_response(const struct sock *sk, struct request_sock *req) dccp_v4_send_response() argument
556 dccp_v4_reqsk_destructor(struct request_sock *req) dccp_v4_reqsk_destructor() argument
562 dccp_syn_ack_timeout(const struct request_sock *req) dccp_syn_ack_timeout() argument
580 struct request_sock *req; dccp_v4_conn_request() local
838 struct request_sock *req = inet_reqsk(sk); dccp_v4_rcv() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c57 static void ep0_req_giveback(struct mtu3 *mtu, struct usb_request *req) in ep0_req_giveback() argument
59 mtu3_req_complete(mtu->ep0, req, 0); in ep0_req_giveback()
167 static void ep0_dummy_complete(struct usb_ep *ep, struct usb_request *req) in ep0_dummy_complete() argument
170 static void ep0_set_sel_complete(struct usb_ep *ep, struct usb_request *req) in ep0_set_sel_complete() argument
176 memcpy(&sel, req->buf, sizeof(sel)); in ep0_set_sel_complete()
178 mreq = to_mtu3_request(req); in ep0_set_sel_complete()
512 struct usb_request *req; in ep0_rx_state() local
522 req = &mreq->request; in ep0_rx_state()
525 if (req) { in ep0_rx_state()
526 void *buf = req in ep0_rx_state()
566 struct usb_request *req; ep0_tx_state() local
836 mtu3_ep0_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp) mtu3_ep0_queue() argument
858 mtu3_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) mtu3_ep0_dequeue() argument
[all...]
/kernel/linux/linux-6.6/net/dccp/
H A Dipv4.c210 struct request_sock *req = inet_reqsk(sk); in dccp_req_err() local
217 if (!between48(seq, dccp_rsk(req)->dreq_iss, dccp_rsk(req)->dreq_gss)) { in dccp_req_err()
226 inet_csk_reqsk_queue_drop(req->rsk_listener, req); in dccp_req_err()
228 reqsk_put(req); in dccp_req_err()
409 struct request_sock *req, in dccp_v4_request_recv_sock()
421 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v4_request_recv_sock()
426 ireq = inet_rsk(req); in dccp_v4_request_recv_sock()
435 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) in dccp_v4_request_recv_sock()
407 dccp_v4_request_recv_sock(const struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst, struct request_sock *req_unhash, bool *own_req) dccp_v4_request_recv_sock() argument
492 dccp_v4_send_response(const struct sock *sk, struct request_sock *req) dccp_v4_send_response() argument
572 dccp_v4_reqsk_destructor(struct request_sock *req) dccp_v4_reqsk_destructor() argument
578 dccp_syn_ack_timeout(const struct request_sock *req) dccp_syn_ack_timeout() argument
596 struct request_sock *req; dccp_v4_conn_request() local
854 struct request_sock *req = inet_reqsk(sk); dccp_v4_rcv() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-aes.c145 if ((dd->flags & (FLAGS_CBC | FLAGS_CTR)) && dd->req->iv) in omap_aes_write_ctrl()
146 omap_aes_write_n(dd, AES_REG_IV(dd, 0), (void *)dd->req->iv, 4); in omap_aes_write_ctrl()
400 struct skcipher_request *req = dd->req; in omap_aes_finish_req() local
404 crypto_finalize_skcipher_request(dd->engine, req, err); in omap_aes_finish_req()
421 struct skcipher_request *req) in omap_aes_handle_queue()
423 if (req) in omap_aes_handle_queue()
424 return crypto_transfer_skcipher_request_to_engine(dd->engine, req); in omap_aes_handle_queue()
432 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); in omap_aes_prepare_req() local
434 crypto_skcipher_reqtfm(req)); in omap_aes_prepare_req()
420 omap_aes_handle_queue(struct omap_aes_dev *dd, struct skcipher_request *req) omap_aes_handle_queue() argument
487 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); omap_aes_crypt_req() local
535 omap_aes_crypt(struct skcipher_request *req, unsigned long mode) omap_aes_crypt() argument
602 omap_aes_ecb_encrypt(struct skcipher_request *req) omap_aes_ecb_encrypt() argument
607 omap_aes_ecb_decrypt(struct skcipher_request *req) omap_aes_ecb_decrypt() argument
612 omap_aes_cbc_encrypt(struct skcipher_request *req) omap_aes_cbc_encrypt() argument
617 omap_aes_cbc_decrypt(struct skcipher_request *req) omap_aes_cbc_decrypt() argument
622 omap_aes_ctr_encrypt(struct skcipher_request *req) omap_aes_ctr_encrypt() argument
627 omap_aes_ctr_decrypt(struct skcipher_request *req) omap_aes_ctr_decrypt() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-hash.c171 struct ahash_request *req; member
226 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_key()
253 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_write_ctrl()
254 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_write_ctrl()
381 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_update_cpu()
479 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_hmac_dma_send()
480 struct crypto_ahash *tfm = crypto_ahash_reqtfm(hdev->req); in stm32_hash_hmac_dma_send()
544 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_dma_send()
550 rctx->sg = hdev->req->src; in stm32_hash_dma_send()
551 rctx->total = hdev->req in stm32_hash_dma_send()
655 stm32_hash_dma_aligned_data(struct ahash_request *req) stm32_hash_dma_aligned_data() argument
681 stm32_hash_init(struct ahash_request *req) stm32_hash_init() argument
733 struct ahash_request *req = hdev->req; stm32_hash_final_req() local
749 stm32_hash_copy_hash(struct ahash_request *req) stm32_hash_copy_hash() argument
777 stm32_hash_finish(struct ahash_request *req) stm32_hash_finish() argument
789 stm32_hash_finish_req(struct ahash_request *req, int err) stm32_hash_finish_req() argument
831 stm32_hash_handle_queue(struct stm32_hash_dev *hdev, struct ahash_request *req) stm32_hash_handle_queue() argument
839 struct ahash_request *req = container_of(areq, struct ahash_request, stm32_hash_prepare_req() local
860 struct ahash_request *req = container_of(areq, struct ahash_request, stm32_hash_one_request() local
886 stm32_hash_enqueue(struct ahash_request *req, unsigned int op) stm32_hash_enqueue() argument
897 stm32_hash_update(struct ahash_request *req) stm32_hash_update() argument
916 stm32_hash_final(struct ahash_request *req) stm32_hash_final() argument
925 stm32_hash_finup(struct ahash_request *req) stm32_hash_finup() argument
951 stm32_hash_digest(struct ahash_request *req) stm32_hash_digest() argument
956 stm32_hash_export(struct ahash_request *req, void *out) stm32_hash_export() argument
989 stm32_hash_import(struct ahash_request *req, const void *in) stm32_hash_import() argument
[all...]
/kernel/linux/linux-5.10/drivers/memstick/host/
H A Drtsx_pci_ms.c22 struct memstick_request *req; member
340 struct memstick_request *req = host->req; in rtsx_pci_ms_issue_cmd() local
346 if (req->need_card_int) { in rtsx_pci_ms_issue_cmd()
351 if (req->long_data) { in rtsx_pci_ms_issue_cmd()
352 err = ms_transfer_data(host, req->data_dir, in rtsx_pci_ms_issue_cmd()
353 req->tpc, cfg, &(req->sg)); in rtsx_pci_ms_issue_cmd()
355 if (req->data_dir == READ) { in rtsx_pci_ms_issue_cmd()
356 err = ms_read_bytes(host, req in rtsx_pci_ms_issue_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/memstick/host/
H A Drtsx_pci_ms.c22 struct memstick_request *req; member
340 struct memstick_request *req = host->req; in rtsx_pci_ms_issue_cmd() local
346 if (req->need_card_int) { in rtsx_pci_ms_issue_cmd()
351 if (req->long_data) { in rtsx_pci_ms_issue_cmd()
352 err = ms_transfer_data(host, req->data_dir, in rtsx_pci_ms_issue_cmd()
353 req->tpc, cfg, &(req->sg)); in rtsx_pci_ms_issue_cmd()
355 if (req->data_dir == READ) { in rtsx_pci_ms_issue_cmd()
356 err = ms_read_bytes(host, req in rtsx_pci_ms_issue_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c231 struct nvme_request req; member
420 struct request *req, unsigned int hctx_idx, in nvme_pci_init_request()
423 struct nvme_iod *iod = blk_mq_rq_to_pdu(req); in nvme_pci_init_request()
425 nvme_req(req)->ctrl = set->driver_data; in nvme_pci_init_request()
426 nvme_req(req)->cmd = &iod->cmd; in nvme_pci_init_request()
507 static inline bool nvme_pci_use_sgls(struct nvme_dev *dev, struct request *req, in nvme_pci_use_sgls() argument
510 struct nvme_queue *nvmeq = req->mq_hctx->driver_data; in nvme_pci_use_sgls()
513 avg_seg_size = DIV_ROUND_UP(blk_rq_payload_bytes(req), nseg); in nvme_pci_use_sgls()
524 static void nvme_free_prps(struct nvme_dev *dev, struct request *req) in nvme_free_prps() argument
527 struct nvme_iod *iod = blk_mq_rq_to_pdu(req); in nvme_free_prps()
419 nvme_pci_init_request(struct blk_mq_tag_set *set, struct request *req, unsigned int hctx_idx, unsigned int numa_node) nvme_pci_init_request() argument
540 nvme_unmap_data(struct nvme_dev *dev, struct request *req) nvme_unmap_data() argument
579 nvme_pci_setup_prps(struct nvme_dev *dev, struct request *req, struct nvme_rw_command *cmnd) nvme_pci_setup_prps() argument
685 nvme_pci_setup_sgls(struct nvme_dev *dev, struct request *req, struct nvme_rw_command *cmd) nvme_pci_setup_sgls() argument
730 nvme_setup_prp_simple(struct nvme_dev *dev, struct request *req, struct nvme_rw_command *cmnd, struct bio_vec *bv) nvme_setup_prp_simple() argument
751 nvme_setup_sgl_simple(struct nvme_dev *dev, struct request *req, struct nvme_rw_command *cmnd, struct bio_vec *bv) nvme_setup_sgl_simple() argument
769 nvme_map_data(struct nvme_dev *dev, struct request *req, struct nvme_command *cmnd) nvme_map_data() argument
824 nvme_map_metadata(struct nvme_dev *dev, struct request *req, struct nvme_command *cmnd) nvme_map_metadata() argument
837 nvme_prep_rq(struct nvme_dev *dev, struct request *req) nvme_prep_rq() argument
879 struct request *req = bd->rq; nvme_queue_rq() local
907 struct request *req = rq_list_pop(rqlist); nvme_submit_cmds() local
916 nvme_prep_rq_batch(struct nvme_queue *nvmeq, struct request *req) nvme_prep_rq_batch() argument
933 struct request *req, *next, *prev = NULL; nvme_queue_rqs() local
961 nvme_pci_unmap_rq(struct request *req) nvme_pci_unmap_rq() argument
977 nvme_pci_complete_rq(struct request *req) nvme_pci_complete_rq() argument
1017 struct request *req; nvme_handle_cqe() local
1218 abort_endio(struct request *req, blk_status_t error) abort_endio() argument
1280 nvme_timeout(struct request *req) nvme_timeout() argument
2372 nvme_del_queue_end(struct request *req, blk_status_t error) nvme_del_queue_end() argument
2382 nvme_del_cq_end(struct request *req, blk_status_t error) nvme_del_cq_end() argument
2396 struct request *req; nvme_delete_queue() local
[all...]
/third_party/mbedtls/tests/data_files/
H A DMakefile51 test-ca.req.sha256: $(test_ca_key_file_rsa)
53 all_intermediate += test-ca.req.sha256
55 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
56 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA1 version=3 output_file=$@
74 test-ca-sha1.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
75 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA1 version=3 output_file=$@
82 test-ca-sha256.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
83 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA256 version=3 output_file=$@
91 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -utf8 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@
95 $(OPENSSL) req
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.cpp25 int ObexMpClient::Put(const ObexHeader &req) in Put() argument
27 return ObexClient::Put(req); in Put()
30 int ObexMpClient::Put(const ObexHeader &req, std::shared_ptr<ObexBodyObject> reader) in Put() argument
33 if (!CheckBeforeRequest(req.GetFieldCode())) { in Put()
36 if (req.GetFieldCode() != static_cast<uint8_t>(ObexOpeId::PUT) && in Put()
37 req.GetFieldCode() != static_cast<uint8_t>(ObexOpeId::PUT_FINAL)) { in Put()
41 if (req.HasHeader(ObexHeader::BODY) || req.HasHeader(ObexHeader::END_OF_BODY)) { in Put()
49 auto &sendObject = clientSession_->CreateSendObject(req, reader, mtu); in Put()
64 int ObexMpClient::Get(const ObexHeader &req) in Get() argument
69 Get(const ObexHeader &req, std::shared_ptr<ObexBodyObject> writer, int srmpCount) Get() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c150 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument
152 return glue_ecb_req_128bit(&camellia_enc, req); in ecb_encrypt()
155 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument
157 return glue_ecb_req_128bit(&camellia_dec, req); in ecb_decrypt()
160 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument
162 return glue_cbc_encrypt_req_128bit(camellia_enc_blk, req); in cbc_encrypt()
165 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
167 return glue_cbc_decrypt_req_128bit(&camellia_dec_cbc, req); in cbc_decrypt()
170 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() argument
172 return glue_ctr_req_128bit(&camellia_ctr, req); in ctr_crypt()
195 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument
204 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument
[all...]
H A Dcamellia_aesni_avx2_glue.c148 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument
150 return glue_ecb_req_128bit(&camellia_enc, req); in ecb_encrypt()
153 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument
155 return glue_ecb_req_128bit(&camellia_dec, req); in ecb_decrypt()
158 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument
160 return glue_cbc_encrypt_req_128bit(camellia_enc_blk, req); in cbc_encrypt()
163 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
165 return glue_cbc_decrypt_req_128bit(&camellia_dec_cbc, req); in cbc_decrypt()
168 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() argument
170 return glue_ctr_req_128bit(&camellia_ctr, req); in ctr_crypt()
173 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument
182 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument
[all...]
H A Dtwofish_avx_glue.c172 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument
174 return glue_ecb_req_128bit(&twofish_enc, req); in ecb_encrypt()
177 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument
179 return glue_ecb_req_128bit(&twofish_dec, req); in ecb_decrypt()
182 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument
184 return glue_cbc_encrypt_req_128bit(twofish_enc_blk, req); in cbc_encrypt()
187 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
189 return glue_cbc_decrypt_req_128bit(&twofish_dec_cbc, req); in cbc_decrypt()
192 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() argument
194 return glue_ctr_req_128bit(&twofish_ctr, req); in ctr_crypt()
197 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument
206 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument
[all...]
H A Dserpent_avx_glue.c177 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument
179 return glue_ecb_req_128bit(&serpent_enc, req); in ecb_encrypt()
182 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument
184 return glue_ecb_req_128bit(&serpent_dec, req); in ecb_decrypt()
187 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument
189 return glue_cbc_encrypt_req_128bit(__serpent_encrypt, req); in cbc_encrypt()
192 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
194 return glue_cbc_decrypt_req_128bit(&serpent_dec_cbc, req); in cbc_decrypt()
197 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() argument
199 return glue_ctr_req_128bit(&serpent_ctr, req); in ctr_crypt()
202 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument
212 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument
[all...]
H A Dcast6_avx_glue.c142 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument
144 return glue_ecb_req_128bit(&cast6_enc, req); in ecb_encrypt()
147 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument
149 return glue_ecb_req_128bit(&cast6_dec, req); in ecb_decrypt()
152 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument
154 return glue_cbc_encrypt_req_128bit(__cast6_encrypt, req); in cbc_encrypt()
157 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
159 return glue_cbc_decrypt_req_128bit(&cast6_dec_cbc, req); in cbc_decrypt()
162 static int ctr_crypt(struct skcipher_request *req) in ctr_crypt() argument
164 return glue_ctr_req_128bit(&cast6_ctr, req); in ctr_crypt()
191 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument
200 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c23 struct crypto_async_request *req) in akcipher_request_cast()
25 return container_of(req, struct akcipher_request, base); in akcipher_request_cast()
46 struct akcipher_request *req = akcipher_request_cast(async_req); in ccp_rsa_complete() local
47 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx(req); in ccp_rsa_complete()
52 req->dst_len = rctx->cmd.u.rsa.key_size >> 3; in ccp_rsa_complete()
64 static int ccp_rsa_crypt(struct akcipher_request *req, bool encrypt) in ccp_rsa_crypt() argument
66 struct crypto_akcipher *tfm = crypto_akcipher_reqtfm(req); in ccp_rsa_crypt()
68 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx(req); in ccp_rsa_crypt()
85 rctx->cmd.u.rsa.src = req->src; in ccp_rsa_crypt()
86 rctx->cmd.u.rsa.src_len = req in ccp_rsa_crypt()
22 akcipher_request_cast( struct crypto_async_request *req) akcipher_request_cast() argument
94 ccp_rsa_encrypt(struct akcipher_request *req) ccp_rsa_encrypt() argument
99 ccp_rsa_decrypt(struct akcipher_request *req) ccp_rsa_decrypt() argument
[all...]
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_sysfs.c42 struct ptp_clock_request req = { .type = PTP_CLK_REQ_EXTTS }; in extts_enable_store() local
46 cnt = sscanf(buf, "%u %d", &req.extts.index, &enable); in extts_enable_store()
49 if (req.extts.index >= ops->n_ext_ts) in extts_enable_store()
52 err = ops->enable(ops, &req, enable ? 1 : 0); in extts_enable_store()
103 struct ptp_clock_request req = { .type = PTP_CLK_REQ_PEROUT }; in period_store() local
106 cnt = sscanf(buf, "%u %lld %u %lld %u", &req.perout.index, in period_store()
107 &req.perout.start.sec, &req.perout.start.nsec, in period_store()
108 &req.perout.period.sec, &req in period_store()
131 struct ptp_clock_request req = { .type = PTP_CLK_REQ_PPS }; pps_enable_store() local
[all...]

Completed in 20 milliseconds

1...<<51525354555657585960>>...227