Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 1836) sorted by relevance

12345678910>>...74

/linux-6.15/drivers/nvme/target/
H A Dadmin-cmd.c15 static void nvmet_execute_delete_sq(struct nvmet_req *req) in nvmet_execute_delete_sq()
41 static void nvmet_execute_create_sq(struct nvmet_req *req) in nvmet_execute_create_sq()
88 static void nvmet_execute_delete_cq(struct nvmet_req *req) in nvmet_execute_delete_cq()
114 static void nvmet_execute_create_cq(struct nvmet_req *req) in nvmet_execute_create_cq()
1180 static void nvmet_execute_abort(struct nvmet_req *req) in nvmet_execute_abort()
1234 u16 nvmet_set_feat_kato(struct nvmet_req *req) in nvmet_set_feat_kato()
1497 void nvmet_get_feat_kato(struct nvmet_req *req) in nvmet_get_feat_kato()
1582 void nvmet_execute_async_event(struct nvmet_req *req) in nvmet_execute_async_event()
1601 void nvmet_execute_keep_alive(struct nvmet_req *req) in nvmet_execute_keep_alive()
1621 u32 nvmet_admin_cmd_data_len(struct nvmet_req *req) in nvmet_admin_cmd_data_len()
[all …]
H A Dio-cmd-file.c207 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_buffered_io_work() local
212 static void nvmet_file_submit_buffered_io(struct nvmet_req *req) in nvmet_file_submit_buffered_io()
218 static void nvmet_file_execute_rw(struct nvmet_req *req) in nvmet_file_execute_rw()
253 u16 nvmet_file_flush(struct nvmet_req *req) in nvmet_file_flush()
260 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_flush_work() local
265 static void nvmet_file_execute_flush(struct nvmet_req *req) in nvmet_file_execute_flush()
273 static void nvmet_file_execute_discard(struct nvmet_req *req) in nvmet_file_execute_discard()
310 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_dsm_work() local
325 static void nvmet_file_execute_dsm(struct nvmet_req *req) in nvmet_file_execute_dsm()
355 static void nvmet_file_execute_write_zeroes(struct nvmet_req *req) in nvmet_file_execute_write_zeroes()
[all …]
H A Dfabrics-cmd.c10 static void nvmet_execute_prop_set(struct nvmet_req *req) in nvmet_execute_prop_set()
38 static void nvmet_execute_prop_get(struct nvmet_req *req) in nvmet_execute_prop_get()
88 u32 nvmet_fabrics_admin_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_admin_cmd_data_len()
104 u16 nvmet_parse_fabrics_admin_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_admin_cmd()
133 u32 nvmet_fabrics_io_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_io_cmd_data_len()
149 u16 nvmet_parse_fabrics_io_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_io_cmd()
172 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue()
259 static void nvmet_execute_admin_connect(struct nvmet_req *req) in nvmet_execute_admin_connect()
328 static void nvmet_execute_io_connect(struct nvmet_req *req) in nvmet_execute_io_connect()
389 u32 nvmet_connect_cmd_data_len(struct nvmet_req *req) in nvmet_connect_cmd_data_len()
[all …]
H A Dzns.c69 void nvmet_execute_identify_ctrl_zns(struct nvmet_req *req) in nvmet_execute_identify_ctrl_zns()
94 void nvmet_execute_identify_ns_zns(struct nvmet_req *req) in nvmet_execute_identify_ns_zns()
154 static u16 nvmet_bdev_validate_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_validate_zone_mgmt_recv()
203 struct nvmet_req *req; member
315 void nvmet_bdev_execute_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_execute_zone_mgmt_recv()
352 struct nvmet_req *req; member
396 static u16 nvmet_bdev_zone_mgmt_emulate_all(struct nvmet_req *req) in nvmet_bdev_zone_mgmt_emulate_all()
514 void nvmet_bdev_execute_zone_mgmt_send(struct nvmet_req *req) in nvmet_bdev_execute_zone_mgmt_send()
522 struct nvmet_req *req = bio->bi_private; in nvmet_bdev_zone_append_bio_done() local
533 void nvmet_bdev_execute_zone_append(struct nvmet_req *req) in nvmet_bdev_execute_zone_append()
[all …]
/linux-6.15/io_uring/
H A Drw.c197 static int io_rw_alloc_async(struct io_kiocb *req) in io_rw_alloc_async()
404 static int io_rw_prep_reg_vec(struct io_kiocb *req) in io_rw_prep_reg_vec()
458 void io_readv_writev_cleanup(struct io_kiocb *req) in io_readv_writev_cleanup()
510 static void io_req_end_write(struct io_kiocb *req) in io_req_end_write()
523 static void io_req_io_end(struct io_kiocb *req) in io_req_io_end()
584 struct io_kiocb *req = cmd_to_io_kiocb(rw); in io_complete_rw() local
597 struct io_kiocb *req = cmd_to_io_kiocb(rw); in io_complete_rw_iopoll() local
679 struct io_kiocb *req = cmd_to_io_kiocb(rw); in loop_rw_iter() local
756 struct io_kiocb *req = wait->private; in io_async_buf_func() local
831 static bool need_complete_io(struct io_kiocb *req) in need_complete_io()
[all …]
H A Dpoll.c36 struct io_kiocb *req; member
101 static void io_poll_mark_cancelled(struct io_kiocb *req) in io_poll_mark_cancelled()
121 static void io_poll_req_insert(struct io_kiocb *req) in io_poll_req_insert()
360 static void io_poll_cancel_req(struct io_kiocb *req) in io_poll_cancel_req()
397 struct io_kiocb *req = wqe_to_req(wait); in io_poll_wake() local
461 struct io_kiocb *req = pt->req; in __io_queue_proc() local
723 struct io_kiocb *req; in io_poll_remove_all() local
746 struct io_kiocb *req; in io_poll_find() local
768 struct io_kiocb *req; in io_poll_file_find() local
782 static int io_poll_disarm(struct io_kiocb *req) in io_poll_disarm()
[all …]
H A Dtimeout.c46 static inline void io_put_req(struct io_kiocb *req) in io_put_req()
95 struct io_kiocb *req; in io_flush_killed_timeouts() local
132 struct io_kiocb *req = cmd_to_io_kiocb(timeout); in io_flush_timeouts() local
173 static void io_fail_links(struct io_kiocb *req) in io_fail_links()
205 void io_disarm_next(struct io_kiocb *req) in io_disarm_next()
253 struct io_kiocb *req = data->req; in io_timeout_fn() local
279 struct io_kiocb *req = NULL; in io_timeout_extract() local
303 struct io_kiocb *req; in io_timeout_cancel() local
345 struct io_kiocb *prev, *req = data->req; in io_link_timeout_fn() local
394 struct io_kiocb *req = NULL; in io_linked_timeout_update() local
[all …]
H A Drefs.h11 #define req_ref_zero_or_close_to_overflow(req) \ argument
14 static inline bool req_ref_inc_not_zero(struct io_kiocb *req) in req_ref_inc_not_zero()
20 static inline bool req_ref_put_and_test_atomic(struct io_kiocb *req) in req_ref_put_and_test_atomic()
27 static inline bool req_ref_put_and_test(struct io_kiocb *req) in req_ref_put_and_test()
36 static inline void req_ref_get(struct io_kiocb *req) in req_ref_get()
43 static inline void req_ref_put(struct io_kiocb *req) in req_ref_put()
50 static inline void __io_req_set_refcount(struct io_kiocb *req, int nr) in __io_req_set_refcount()
58 static inline void io_req_set_refcount(struct io_kiocb *req) in io_req_set_refcount()
H A Dxattr.c25 void io_xattr_cleanup(struct io_kiocb *req) in io_xattr_cleanup()
36 static void io_xattr_finish(struct io_kiocb *req, int ret) in io_xattr_finish()
44 static int __io_getxattr_prep(struct io_kiocb *req, in __io_getxattr_prep()
76 int io_fgetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fgetxattr_prep()
81 int io_getxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_getxattr_prep()
103 int io_fgetxattr(struct io_kiocb *req, unsigned int issue_flags) in io_fgetxattr()
115 int io_getxattr(struct io_kiocb *req, unsigned int issue_flags) in io_getxattr()
128 static int __io_setxattr_prep(struct io_kiocb *req, in __io_setxattr_prep()
157 int io_setxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_setxattr_prep()
184 int io_fsetxattr(struct io_kiocb *req, unsigned int issue_flags) in io_fsetxattr()
[all …]
/linux-6.15/drivers/crypto/marvell/cesa/
H A Dhash.c28 struct ahash_request *req) in mv_cesa_ahash_req_iter_init()
61 mv_cesa_ahash_dma_free_cache(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_cache()
440 static void mv_cesa_ahash_init(struct ahash_request *req, in mv_cesa_ahash_init()
816 static int mv_cesa_ahash_final(struct ahash_request *req) in mv_cesa_ahash_final()
828 static int mv_cesa_ahash_finup(struct ahash_request *req) in mv_cesa_ahash_finup()
892 static int mv_cesa_md5_init(struct ahash_request *req) in mv_cesa_md5_init()
925 static int mv_cesa_md5_digest(struct ahash_request *req) in mv_cesa_md5_digest()
962 static int mv_cesa_sha1_init(struct ahash_request *req) in mv_cesa_sha1_init()
996 static int mv_cesa_sha1_digest(struct ahash_request *req) in mv_cesa_sha1_digest()
1033 static int mv_cesa_sha256_init(struct ahash_request *req) in mv_cesa_sha256_init()
[all …]
H A Dcipher.c42 struct skcipher_request *req) in mv_cesa_skcipher_req_iter_init()
59 mv_cesa_skcipher_dma_cleanup(struct skcipher_request *req) in mv_cesa_skcipher_dma_cleanup()
167 mv_cesa_skcipher_dma_prepare(struct skcipher_request *req) in mv_cesa_skcipher_dma_prepare()
176 mv_cesa_skcipher_std_prepare(struct skcipher_request *req) in mv_cesa_skcipher_std_prepare()
208 mv_cesa_skcipher_complete(struct crypto_async_request *req) in mv_cesa_skcipher_complete()
407 mv_cesa_skcipher_std_req_init(struct skcipher_request *req, in mv_cesa_skcipher_std_req_init()
477 static int mv_cesa_des_op(struct skcipher_request *req, in mv_cesa_des_op()
533 static int mv_cesa_cbc_des_op(struct skcipher_request *req, in mv_cesa_cbc_des_op()
584 static int mv_cesa_des3_op(struct skcipher_request *req, in mv_cesa_des3_op()
696 static int mv_cesa_aes_op(struct skcipher_request *req, in mv_cesa_aes_op()
[all …]
/linux-6.15/drivers/s390/scsi/
H A Dzfcp_fsf.c805 struct zfcp_fsf_req *req; in zfcp_fsf_alloc() local
932 struct zfcp_fsf_req *req; in zfcp_fsf_status_read() local
1230 struct zfcp_fsf_req *req; in zfcp_fsf_send_ct() local
1325 struct zfcp_fsf_req *req; in zfcp_fsf_send_els() local
1374 struct zfcp_fsf_req *req; in zfcp_fsf_exchange_config_data() local
1489 struct zfcp_fsf_req *req; in zfcp_fsf_exchange_port_data() local
1783 struct zfcp_fsf_req *req; in zfcp_fsf_open_port() local
1850 struct zfcp_fsf_req *req; in zfcp_fsf_close_port() local
1924 struct zfcp_fsf_req *req; in zfcp_fsf_open_wka_port() local
1983 struct zfcp_fsf_req *req; in zfcp_fsf_close_wka_port() local
[all …]
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c67 struct skcipher_request *req) in aspeed_hace_crypto_handle_queue()
81 struct skcipher_request *req = skcipher_request_cast(areq); in aspeed_crypto_do_request() local
104 struct skcipher_request *req; in aspeed_sk_complete() local
133 struct skcipher_request *req; in aspeed_sk_transfer_sg() local
154 struct skcipher_request *req; in aspeed_sk_transfer() local
184 struct skcipher_request *req; in aspeed_sk_start() local
225 struct skcipher_request *req; in aspeed_sk_start_sg() local
368 struct skcipher_request *req; in aspeed_hace_skcipher_trigger() local
500 static int aspeed_des_ctr_decrypt(struct skcipher_request *req) in aspeed_des_ctr_decrypt()
506 static int aspeed_des_ctr_encrypt(struct skcipher_request *req) in aspeed_des_ctr_encrypt()
[all …]
/linux-6.15/net/sunrpc/
H A Dxprt.c267 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt() local
331 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt_cong() local
520 struct rpc_rqst *req = task->tk_rqstp; in xprt_release_rqst_cong() local
564 struct rpc_rqst *req = task->tk_rqstp; in xprt_adjust_cwnd() local
808 struct rpc_rqst *req = task->tk_rqstp; in xprt_request_retransmit_after_disconnect() local
1009 struct rpc_rqst *req; in xprt_request_rb_find() local
1032 struct rpc_rqst *req; in xprt_request_rb_insert() local
1668 struct rpc_rqst *req = data; in __xprt_set_rq() local
1734 struct rpc_rqst *req; in xprt_alloc_slot() local
1784 struct rpc_rqst *req; in xprt_free_all_slots() local
[all …]
/linux-6.15/include/crypto/internal/
H A Dacompress.h60 static inline void *acomp_request_ctx(struct acomp_req *req) in acomp_request_ctx()
70 static inline void acomp_request_complete(struct acomp_req *req, in acomp_request_complete()
101 static inline bool acomp_request_chained(struct acomp_req *req) in acomp_request_chained()
106 static inline bool acomp_request_issg(struct acomp_req *req) in acomp_request_issg()
114 static inline bool acomp_request_src_isvirt(struct acomp_req *req) in acomp_request_src_isvirt()
119 static inline bool acomp_request_dst_isvirt(struct acomp_req *req) in acomp_request_dst_isvirt()
124 static inline bool acomp_request_isvirt(struct acomp_req *req) in acomp_request_isvirt()
130 static inline bool acomp_request_src_isnondma(struct acomp_req *req) in acomp_request_src_isnondma()
140 static inline bool acomp_request_isnondma(struct acomp_req *req) in acomp_request_isnondma()
146 static inline bool acomp_request_src_isfolio(struct acomp_req *req) in acomp_request_src_isfolio()
[all …]
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_rvu_if.c73 struct mcs_set_lmac_mode *req, in rvu_mbox_handler_mcs_set_lmac_mode()
123 struct mcs_intr_info *req; in mcs_notify_pfvf() local
178 struct mcs_intr_cfg *req, in rvu_mbox_handler_mcs_intr_cfg()
203 struct msg_req *req, in rvu_mbox_handler_mcs_get_hw_info()
237 struct mcs_clear_stats *req, in rvu_mbox_handler_mcs_clear_stats()
259 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_flowid_stats()
290 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_secy_stats()
318 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sc_stats()
342 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sa_stats()
366 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_port_stats()
[all …]
/linux-6.15/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c308 static int kmb_ocs_sk_common(struct skcipher_request *req, in kmb_ocs_sk_common()
514 static int kmb_ocs_sk_run(struct skcipher_request *req) in kmb_ocs_sk_run()
635 static int kmb_ocs_aead_common(struct aead_request *req, in kmb_ocs_aead_common()
887 static int kmb_ocs_aead_run(struct aead_request *req) in kmb_ocs_aead_run()
948 struct skcipher_request *req = in kmb_ocs_aes_sk_do_one_request() local
975 struct aead_request *req = container_of(areq, in kmb_ocs_aes_aead_do_one_request() local
1052 static int kmb_ocs_aes_gcm_encrypt(struct aead_request *req) in kmb_ocs_aes_gcm_encrypt()
1057 static int kmb_ocs_aes_gcm_decrypt(struct aead_request *req) in kmb_ocs_aes_gcm_decrypt()
1062 static int kmb_ocs_aes_ccm_encrypt(struct aead_request *req) in kmb_ocs_aes_ccm_encrypt()
1067 static int kmb_ocs_aes_ccm_decrypt(struct aead_request *req) in kmb_ocs_aes_ccm_decrypt()
[all …]
/linux-6.15/drivers/staging/greybus/
H A Daudio_apbridgea.c16 struct audio_apbridgea_set_config_request req; in gb_audio_apbridgea_set_config() local
33 struct audio_apbridgea_register_cport_request req; in gb_audio_apbridgea_register_cport() local
54 struct audio_apbridgea_unregister_cport_request req; in gb_audio_apbridgea_unregister_cport() local
88 struct audio_apbridgea_prepare_tx_request req; in gb_audio_apbridgea_prepare_tx() local
101 struct audio_apbridgea_start_tx_request req; in gb_audio_apbridgea_start_tx() local
114 struct audio_apbridgea_stop_tx_request req; in gb_audio_apbridgea_stop_tx() local
127 struct audio_apbridgea_shutdown_tx_request req; in gb_audio_apbridgea_shutdown_tx() local
154 struct audio_apbridgea_prepare_rx_request req; in gb_audio_apbridgea_prepare_rx() local
167 struct audio_apbridgea_start_rx_request req; in gb_audio_apbridgea_start_rx() local
179 struct audio_apbridgea_stop_rx_request req; in gb_audio_apbridgea_stop_rx() local
[all …]
H A Daudio_gb.c50 struct gb_audio_get_control_request req; in gb_audio_gb_get_control() local
72 struct gb_audio_set_control_request req; in gb_audio_gb_set_control() local
86 struct gb_audio_enable_widget_request req; in gb_audio_gb_enable_widget() local
98 struct gb_audio_disable_widget_request req; in gb_audio_gb_disable_widget() local
111 struct gb_audio_get_pcm_request req; in gb_audio_gb_get_pcm() local
135 struct gb_audio_set_pcm_request req; in gb_audio_gb_set_pcm() local
151 struct gb_audio_set_tx_data_size_request req; in gb_audio_gb_set_tx_data_size() local
164 struct gb_audio_activate_tx_request req; in gb_audio_gb_activate_tx() local
176 struct gb_audio_deactivate_tx_request req; in gb_audio_gb_deactivate_tx() local
201 struct gb_audio_activate_rx_request req; in gb_audio_gb_activate_rx() local
[all …]
/linux-6.15/drivers/accel/ivpu/
H A Divpu_jsm_msg.c97 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_REGISTER_DB }; in ivpu_jsm_register_db() local
116 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_UNREGISTER_DB }; in ivpu_jsm_unregister_db() local
132 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_QUERY_ENGINE_HB }; in ivpu_jsm_get_heartbeat() local
155 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_RESET }; in ivpu_jsm_reset_engine() local
174 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_PREEMPT }; in ivpu_jsm_preempt_engine() local
194 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_DYNDBG_CONTROL }; in ivpu_jsm_dyndbg_control() local
250 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_SSID_RELEASE }; in ivpu_jsm_context_release() local
266 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_PWR_D0I3_ENTER }; in ivpu_jsm_pwr_d0i3_enter() local
532 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_DCT_ENABLE }; in ivpu_jsm_dct_enable() local
544 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_DCT_DISABLE }; in ivpu_jsm_dct_disable() local
[all …]
/linux-6.15/drivers/media/mc/
H A Dmc-request.c62 struct media_request *req = in media_request_release() local
79 void media_request_put(struct media_request *req) in media_request_put()
87 struct media_request *req = filp->private_data; in media_request_close() local
96 struct media_request *req = filp->private_data; in media_request_poll() local
224 struct media_request *req = filp->private_data; in media_request_ioctl() local
249 struct media_request *req; in media_request_get_by_fd() local
284 struct media_request *req; in media_request_alloc() local
349 struct media_request *req = obj->req; in media_request_object_release() local
357 media_request_object_find(struct media_request *req, in media_request_object_find()
434 struct media_request *req = obj->req; in media_request_object_unbind() local
[all …]
/linux-6.15/net/handshake/
H A Drequest.c66 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add()
76 static void handshake_req_destroy(struct handshake_req *req) in handshake_req_destroy()
88 struct handshake_req *req; in handshake_sk_destruct() local
111 struct handshake_req *req; in handshake_req_alloc() local
137 void *handshake_req_private(struct handshake_req *req) in handshake_req_private()
144 struct handshake_req *req) in __add_pending_locked()
154 struct handshake_req *req) in __remove_pending_locked()
182 struct handshake_req *req, *pos; in handshake_req_next() local
222 int handshake_req_submit(struct socket *sock, struct handshake_req *req, in handshake_req_submit()
285 void handshake_complete(struct handshake_req *req, unsigned int status, in handshake_complete()
[all …]
/linux-6.15/fs/nfs/
H A Dpagelist.c37 const struct nfs_page *req; member
42 const struct nfs_page *req) in nfs_page_iter_page_init()
50 const struct nfs_page *req = i->req; in nfs_page_iter_page_advance() local
380 struct nfs_page *req; in nfs_page_create() local
879 struct nfs_page *req; in nfs_generic_pgio() local
1107 struct nfs_page *req) in nfs_pageio_do_add_request()
1158 struct nfs_page *req) in nfs_pageio_cleanup_request()
1179 struct nfs_page *req) in __nfs_pageio_add_request()
1245 struct nfs_page *req; in nfs_do_recoalesce() local
1262 struct nfs_page *req) in nfs_pageio_add_request_mirror()
[all …]
/linux-6.15/drivers/block/drbd/
H A Ddrbd_req.c26 struct drbd_request *req; in drbd_req_new() local
59 struct drbd_request *req) in drbd_remove_request_interval()
1041 static bool do_remote_read(struct drbd_request *req) in do_remote_read()
1104 static int drbd_process_write_request(struct drbd_request *req) in drbd_process_write_request()
1151 drbd_submit_req_private_bio(struct drbd_request *req) in drbd_submit_req_private_bio()
1205 struct drbd_request *req; in drbd_request_prepare() local
1276 struct drbd_request *req = plug->most_recent_req; in drbd_unplug() local
1436 struct drbd_request *req = drbd_request_prepare(device, bio); in __drbd_make_request() local
1445 struct drbd_request *req, *tmp; in submit_fast_path() local
1473 struct drbd_request *req; in prepare_al_transaction_nonblock() local
[all …]
/linux-6.15/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c108 int crypto4xx_encrypt_iv_block(struct skcipher_request *req) in crypto4xx_encrypt_iv_block()
299 int crypto4xx_encrypt_ctr(struct skcipher_request *req) in crypto4xx_encrypt_ctr()
304 int crypto4xx_decrypt_ctr(struct skcipher_request *req) in crypto4xx_decrypt_ctr()
459 int crypto4xx_encrypt_aes_ccm(struct aead_request *req) in crypto4xx_encrypt_aes_ccm()
464 int crypto4xx_decrypt_aes_ccm(struct aead_request *req) in crypto4xx_decrypt_aes_ccm()
596 int crypto4xx_encrypt_aes_gcm(struct aead_request *req) in crypto4xx_encrypt_aes_gcm()
601 int crypto4xx_decrypt_aes_gcm(struct aead_request *req) in crypto4xx_decrypt_aes_gcm()
652 int crypto4xx_hash_init(struct ahash_request *req) in crypto4xx_hash_init()
667 int crypto4xx_hash_update(struct ahash_request *req) in crypto4xx_hash_update()
681 int crypto4xx_hash_final(struct ahash_request *req) in crypto4xx_hash_final()
[all …]

12345678910>>...74