Lines Matching refs:artpec6_crypto_req_common

281 struct artpec6_crypto_req_common {  struct
301 struct artpec6_crypto_req_common common; argument
322 struct artpec6_crypto_req_common common;
343 struct artpec6_crypto_req_common common;
376 artpec6_crypto_common_destroy(struct artpec6_crypto_req_common *common);
379 artpec6_crypto_start_dma(struct artpec6_crypto_req_common *common);
429 artpec6_crypto_copy_bounce_buffers(struct artpec6_crypto_req_common *common) in artpec6_crypto_copy_bounce_buffers()
457 static int artpec6_crypto_submit(struct artpec6_crypto_req_common *req) in artpec6_crypto_submit()
479 static void artpec6_crypto_start_dma(struct artpec6_crypto_req_common *common) in artpec6_crypto_start_dma()
516 artpec6_crypto_init_dma_operation(struct artpec6_crypto_req_common *common) in artpec6_crypto_init_dma_operation()
545 artpec6_crypto_setup_out_descr_phys(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_out_descr_phys()
578 artpec6_crypto_setup_out_descr_short(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_out_descr_short()
601 static int artpec6_crypto_dma_map_page(struct artpec6_crypto_req_common *common, in artpec6_crypto_dma_map_page()
632 artpec6_crypto_dma_map_single(struct artpec6_crypto_req_common *common, in artpec6_crypto_dma_map_single()
645 artpec6_crypto_dma_map_descs(struct artpec6_crypto_req_common *common) in artpec6_crypto_dma_map_descs()
677 artpec6_crypto_dma_unmap_all(struct artpec6_crypto_req_common *common) in artpec6_crypto_dma_unmap_all()
705 artpec6_crypto_setup_out_descr(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_out_descr()
737 artpec6_crypto_setup_in_descr_phys(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_in_descr_phys()
767 artpec6_crypto_setup_in_descr(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_in_descr()
797 static int setup_bounce_buffer_in(struct artpec6_crypto_req_common *common, in setup_bounce_buffer_in()
823 artpec6_crypto_setup_sg_descrs_in(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_sg_descrs_in()
886 artpec6_crypto_setup_sg_descrs_out(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_sg_descrs_out()
952 artpec6_crypto_terminate_out_descrs(struct artpec6_crypto_req_common *common) in artpec6_crypto_terminate_out_descrs()
976 artpec6_crypto_terminate_in_descrs(struct artpec6_crypto_req_common *common) in artpec6_crypto_terminate_in_descrs()
1039 static int artpec6_crypto_common_init(struct artpec6_crypto_req_common *common, in artpec6_crypto_common_init()
1072 artpec6_crypto_common_destroy(struct artpec6_crypto_req_common *common) in artpec6_crypto_common_destroy()
1316 struct artpec6_crypto_req_common *common = &req_ctx->common; in artpec6_crypto_prepare_hash()
1670 struct artpec6_crypto_req_common *common; in artpec6_crypto_prepare_crypto()
1835 struct artpec6_crypto_req_common *common = &req_ctx->common; in artpec6_crypto_prepare_aead()
2044 struct artpec6_crypto_req_common *req; in artpec6_crypto_process_queue()
2048 struct artpec6_crypto_req_common, in artpec6_crypto_process_queue()
2081 struct artpec6_crypto_req_common *req; in artpec6_crypto_task()
2082 struct artpec6_crypto_req_common *n; in artpec6_crypto_task()