Home
last modified time | relevance | path

Searched refs:c_in_dma (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/crypto/hisilicon/sec2/
Dsec.h25 dma_addr_t c_in_dma; member
Dsec_crypto.c710 c_req->c_in_dma = qp_ctx->res[req_id].pbuf_dma; in GEN_SEC_SETKEY_FUNC()
712 if (!c_req->c_in_dma) { in GEN_SEC_SETKEY_FUNC()
717 c_req->c_out_dma = c_req->c_in_dma; in GEN_SEC_SETKEY_FUNC()
778 &c_req->c_in_dma); in sec_cipher_map()
787 c_req->c_out_dma = c_req->c_in_dma; in sec_cipher_map()
999 sec_sqe->type2.data_src_addr = cpu_to_le64(c_req->c_in_dma); in sec_skcipher_bd_fill()
1020 if (c_req->c_in_dma != c_req->c_out_dma) in sec_skcipher_bd_fill()