Home
last modified time | relevance | path

Searched refs:dp_dma (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dpkc_desc.c66 append_ptr(desc, pdb->dp_dma); in init_rsa_priv_f3_desc()
H A Dcaampkc.c109 dma_unmap_single(dev, pdb->dp_dma, p_sz, DMA_TO_DEVICE); in rsa_priv_f3_unmap()
589 pdb->dp_dma = dma_map_single(dev, key->dp, p_sz, DMA_TO_DEVICE); in set_rsa_priv_f3_pdb()
590 if (dma_mapping_error(dev, pdb->dp_dma)) { in set_rsa_priv_f3_pdb()
649 dma_unmap_single(dev, pdb->dp_dma, p_sz, DMA_TO_DEVICE); in set_rsa_priv_f3_pdb()
H A Dpdb.h575 * @dp_dma : dma address of RSA CRT exponent of RSA prime factor p
576 * @dp_dma : dma address of RSA CRT exponent of RSA prime factor q
590 dma_addr_t dp_dma; member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dpkc_desc.c66 append_ptr(desc, pdb->dp_dma); in init_rsa_priv_f3_desc()
H A Dcaampkc.c115 dma_unmap_single(dev, pdb->dp_dma, p_sz, DMA_TO_DEVICE); in rsa_priv_f3_unmap()
598 pdb->dp_dma = dma_map_single(dev, key->dp, p_sz, DMA_TO_DEVICE); in set_rsa_priv_f3_pdb()
599 if (dma_mapping_error(dev, pdb->dp_dma)) { in set_rsa_priv_f3_pdb()
658 dma_unmap_single(dev, pdb->dp_dma, p_sz, DMA_TO_DEVICE); in set_rsa_priv_f3_pdb()
H A Dpdb.h575 * @dp_dma : dma address of RSA CRT exponent of RSA prime factor p
576 * @dp_dma : dma address of RSA CRT exponent of RSA prime factor q
590 dma_addr_t dp_dma; member

Completed in 7 milliseconds