Home
last modified time | relevance | path

Searched refs:asym_op_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/backends/
H A Dcryptodev-lkcf.c307 CryptoDevBackendAsymOpInfo *asym_op_info; in cryptodev_lkcf_execute_task() local
354 asym_op_info = task->op_info->u.asym_op_info; in cryptodev_lkcf_execute_task()
359 asym_op_info->src, asym_op_info->src_len, in cryptodev_lkcf_execute_task()
360 asym_op_info->dst, asym_op_info->dst_len); in cryptodev_lkcf_execute_task()
363 asym_op_info->src, asym_op_info->src_len, in cryptodev_lkcf_execute_task()
364 asym_op_info->dst, asym_op_info->dst_len, &local_error); in cryptodev_lkcf_execute_task()
371 asym_op_info->src, asym_op_info->src_len, in cryptodev_lkcf_execute_task()
372 asym_op_info->dst, asym_op_info->dst_len); in cryptodev_lkcf_execute_task()
375 asym_op_info->src, asym_op_info->src_len, in cryptodev_lkcf_execute_task()
376 asym_op_info->dst, asym_op_info->dst_len, &local_error); in cryptodev_lkcf_execute_task()
[all …]
H A Dcryptodev-builtin.c551 CryptoDevBackendAsymOpInfo *asym_op_info; in cryptodev_builtin_operation() local
569 asym_op_info = op_info->u.asym_op_info; in cryptodev_builtin_operation()
571 asym_op_info, &local_error); in cryptodev_builtin_operation()
H A Dcryptodev.c192 CryptoDevBackendAsymOpInfo *asym_op_info = op_info->u.asym_op_info; in cryptodev_backend_account() local
193 len = asym_op_info->src_len; in cryptodev_backend_account()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c490 CryptoDevBackendAsymOpInfo *op_info = req->op_info.u.asym_op_info; in virtio_crypto_free_request()
541 CryptoDevBackendAsymOpInfo *asym_op_info) in virtio_crypto_akcipher_input_data_helper() argument
550 len = asym_op_info->dst_len; in virtio_crypto_akcipher_input_data_helper()
555 s = iov_from_buf(in_iov, req->in_num, 0, asym_op_info->dst, len); in virtio_crypto_akcipher_input_data_helper()
564 req->in_len = sizeof(struct virtio_crypto_inhdr) + asym_op_info->dst_len; in virtio_crypto_akcipher_input_data_helper()
579 req->op_info.u.asym_op_info); in virtio_crypto_req_complete()
764 CryptoDevBackendAsymOpInfo *asym_op_info; in virtio_crypto_handle_asym_req() local
771 asym_op_info = g_new0(CryptoDevBackendAsymOpInfo, 1); in virtio_crypto_handle_asym_req()
802 asym_op_info->src_len = src_len; in virtio_crypto_handle_asym_req()
803 asym_op_info->dst_len = dst_len; in virtio_crypto_handle_asym_req()
[all …]
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h189 CryptoDevBackendAsymOpInfo *asym_op_info; member