Lines Matching refs:artpec6_crypto_req_common

280 struct artpec6_crypto_req_common {  struct
300 struct artpec6_crypto_req_common common; argument
321 struct artpec6_crypto_req_common common;
342 struct artpec6_crypto_req_common common;
375 artpec6_crypto_common_destroy(struct artpec6_crypto_req_common *common);
378 artpec6_crypto_start_dma(struct artpec6_crypto_req_common *common);
428 artpec6_crypto_copy_bounce_buffers(struct artpec6_crypto_req_common *common) in artpec6_crypto_copy_bounce_buffers()
456 static int artpec6_crypto_submit(struct artpec6_crypto_req_common *req) in artpec6_crypto_submit()
478 static void artpec6_crypto_start_dma(struct artpec6_crypto_req_common *common) in artpec6_crypto_start_dma()
515 artpec6_crypto_init_dma_operation(struct artpec6_crypto_req_common *common) in artpec6_crypto_init_dma_operation()
544 artpec6_crypto_setup_out_descr_phys(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_out_descr_phys()
577 artpec6_crypto_setup_out_descr_short(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_out_descr_short()
600 static int artpec6_crypto_dma_map_page(struct artpec6_crypto_req_common *common, in artpec6_crypto_dma_map_page()
631 artpec6_crypto_dma_map_single(struct artpec6_crypto_req_common *common, in artpec6_crypto_dma_map_single()
644 artpec6_crypto_dma_map_descs(struct artpec6_crypto_req_common *common) in artpec6_crypto_dma_map_descs()
676 artpec6_crypto_dma_unmap_all(struct artpec6_crypto_req_common *common) in artpec6_crypto_dma_unmap_all()
704 artpec6_crypto_setup_out_descr(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_out_descr()
736 artpec6_crypto_setup_in_descr_phys(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_in_descr_phys()
766 artpec6_crypto_setup_in_descr(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_in_descr()
796 static int setup_bounce_buffer_in(struct artpec6_crypto_req_common *common, in setup_bounce_buffer_in()
822 artpec6_crypto_setup_sg_descrs_in(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_sg_descrs_in()
885 artpec6_crypto_setup_sg_descrs_out(struct artpec6_crypto_req_common *common, in artpec6_crypto_setup_sg_descrs_out()
951 artpec6_crypto_terminate_out_descrs(struct artpec6_crypto_req_common *common) in artpec6_crypto_terminate_out_descrs()
975 artpec6_crypto_terminate_in_descrs(struct artpec6_crypto_req_common *common) in artpec6_crypto_terminate_in_descrs()
1038 static int artpec6_crypto_common_init(struct artpec6_crypto_req_common *common, in artpec6_crypto_common_init()
1071 artpec6_crypto_common_destroy(struct artpec6_crypto_req_common *common) in artpec6_crypto_common_destroy()
1317 struct artpec6_crypto_req_common *common = &req_ctx->common; in artpec6_crypto_prepare_hash()
1675 struct artpec6_crypto_req_common *common; in artpec6_crypto_prepare_crypto()
1840 struct artpec6_crypto_req_common *common = &req_ctx->common; in artpec6_crypto_prepare_aead()
2049 struct artpec6_crypto_req_common *req; in artpec6_crypto_process_queue()
2053 struct artpec6_crypto_req_common, in artpec6_crypto_process_queue()
2086 struct artpec6_crypto_req_common *req; in artpec6_crypto_task()
2087 struct artpec6_crypto_req_common *n; in artpec6_crypto_task()