Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
Dsec.h17 dma_addr_t c_ivin_dma; member
29 dma_addr_t c_ivin_dma; member
Dsec_crypto.c235 &res->c_ivin_dma, GFP_KERNEL); in sec_alloc_civ_resource()
240 res[i].c_ivin_dma = res->c_ivin_dma + i * SEC_IV_SIZE; in sec_alloc_civ_resource()
251 res->c_ivin, res->c_ivin_dma); in sec_free_civ_resource()
759 c_req->c_ivin_dma = res->pbuf_dma + SEC_PBUF_IV_OFFSET; in sec_cipher_map()
769 c_req->c_ivin_dma = res->c_ivin_dma; in sec_cipher_map()
998 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill()