Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.h41 paddr_t prikey_dma; member
H A Dhpre_rsa.c32 sqe->key = msg->prikey_dma; in hpre_rsa_fill_addr_params()
543 msg->prikey_dma = virt_to_phys(msg->prikey); in hpre_rsa_crt_decrypt_alloc()
546 msg->in_dma = msg->prikey_dma + (msg->key_bytes * 2) + in hpre_rsa_crt_decrypt_alloc()
568 msg->prikey_dma = virt_to_phys(msg->prikey); in hpre_rsa_ncrt_decrypt_alloc()
571 msg->in_dma = msg->prikey_dma + (msg->key_bytes * 2); in hpre_rsa_ncrt_decrypt_alloc()