Home
last modified time | relevance | path

Searched refs:sym_op_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c476 CryptoDevBackendSymOpInfo *op_info = req->op_info.u.sym_op_info; in virtio_crypto_free_request()
507 CryptoDevBackendSymOpInfo *sym_op_info) in virtio_crypto_sym_input_data_helper() argument
516 len = sym_op_info->src_len; in virtio_crypto_sym_input_data_helper()
518 s = iov_from_buf(in_iov, req->in_num, 0, sym_op_info->dst, len); in virtio_crypto_sym_input_data_helper()
526 if (sym_op_info->op_type == in virtio_crypto_sym_input_data_helper()
530 sym_op_info->digest_result, in virtio_crypto_sym_input_data_helper()
531 sym_op_info->digest_result_len); in virtio_crypto_sym_input_data_helper()
532 if (s != sym_op_info->digest_result_len) { in virtio_crypto_sym_input_data_helper()
576 req->op_info.u.sym_op_info); in virtio_crypto_req_complete()
728 CryptoDevBackendSymOpInfo *sym_op_info; in virtio_crypto_handle_sym_req() local
[all …]
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c550 CryptoDevBackendSymOpInfo *sym_op_info; in cryptodev_builtin_operation() local
565 sym_op_info = op_info->u.sym_op_info; in cryptodev_builtin_operation()
566 status = cryptodev_builtin_sym_operation(sess, sym_op_info, in cryptodev_builtin_operation()
H A Dcryptodev.c216 CryptoDevBackendSymOpInfo *sym_op_info = op_info->u.sym_op_info; in cryptodev_backend_account() local
217 len = sym_op_info->src_len; in cryptodev_backend_account()
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h188 CryptoDevBackendSymOpInfo *sym_op_info; member