Home
last modified time | relevance | path

Searched refs:out_dma (Results 1 – 14 of 14) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.h22 paddr_t out_dma; member
H A Dhpre_montgomery.h26 paddr_t out_dma; member
H A Dsec_pbkdf2.c54 sqe->type2.mac_addr = pbkdf2_msg->out_dma; in sec_pbkdf2_fill_sqe()
101 sqe->mac_addr = pbkdf2_msg->out_dma; in sec_pbkdf2_fill_bd3_sqe()
267 msg->out_dma = virt_to_phys(msg->out); in sec_pbkdf2_set_buf()
268 if (!msg->out_dma) { in sec_pbkdf2_set_buf()
H A Dsec_pbkdf2.h30 uintptr_t out_dma; member
H A Dhpre_rsa.h45 paddr_t out_dma; member
H A Dsec_cipher.h74 uint64_t out_dma; member
H A Dhpre_ecc.h69 paddr_t out_dma; member
H A Dsec_hash.h38 uint64_t out_dma; member
H A Dsec_hash.c119 sqe->type2.mac_addr = ctx->out_dma; in sec_digest_fill_sqe()
201 sqe->mac_addr = ctx->out_dma; in sec_digest_fill_bd3_sqe()
556 hash_ctx->out_dma = virt_to_phys(hash_ctx->out); in sec_hash_get_dma()
557 if (!hash_ctx->out_dma) { in sec_hash_get_dma()
H A Dsec_cipher.c233 ecb_ctx.out_dma = c_ctx->iv_dma; in xts_iv_update()
367 sqe->type2.data_dst_addr = c_ctx->out_dma; in sec_cipher_bd_fill()
408 sqe->data_dst_addr = c_ctx->out_dma; in sec_cipher_bd3_fill()
662 c_ctx->out_dma = virt_to_phys(c_ctx->out); in sec_alloc_buffer()
H A Dhpre_dh.c74 sqe->out = msg->out_dma; in hpre_dh_fill_sqe()
193 msg->out_dma = msg->g_dma + msg->key_bytes; in hpre_dh_params_alloc()
H A Dhpre_rsa.c34 sqe->out = msg->out_dma; in hpre_rsa_fill_addr_params()
39 sqe->out = msg->out_dma; in hpre_rsa_fill_addr_params()
201 msg->out_dma = msg->in_dma + msg->key_bytes; in hpre_rsa_encrypt_alloc()
550 msg->out_dma = msg->in_dma + msg->key_bytes; in hpre_rsa_crt_decrypt_alloc()
574 msg->out_dma = msg->in_dma + msg->key_bytes; in hpre_rsa_ncrt_decrypt_alloc()
H A Dhpre_montgomery.c157 msg->out_dma = msg->in_dma + msg->key_bytes; in hpre_montgomery_params_alloc()
319 sqe->out = msg->out_dma; in hpre_montgomery_fill_sqe()
H A Dhpre_ecc.c455 sqe->out = msg->out_dma; in hpre_ecc_fill_sqe()
814 msg->out_dma = msg->in_dma + ECC_DH_IN_SIZE(msg->key_bytes); in hpre_ecc_dh_params_alloc()
1099 msg->out_dma = msg->in_dma + ECC_SIGN_IN_SIZE(msg->key_bytes); in hpre_ecc_sign_params_alloc()
1367 msg->out_dma = msg->in_dma + ECC_VERIF_IN_SIZE(msg->key_bytes); in hpre_ecc_verify_params_alloc()