Home
last modified time | relevance | path

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

/openbmc/qemu/backends/
H A Dcryptodev-builtin.c552 QCryptodevBackendAlgoType algtype = op_info->algtype; in cryptodev_builtin_operation() local
564 if (algtype == QCRYPTODEV_BACKEND_ALGO_TYPE_SYM) { in cryptodev_builtin_operation()
568 } else if (algtype == QCRYPTODEV_BACKEND_ALGO_TYPE_ASYM) { in cryptodev_builtin_operation()
H A Dcryptodev.c188 enum QCryptodevBackendAlgoType algtype = op_info->algtype; in cryptodev_backend_account() local
191 if (algtype == QCRYPTODEV_BACKEND_ALGO_TYPE_ASYM) { in cryptodev_backend_account()
215 } else if (algtype == QCRYPTODEV_BACKEND_ALGO_TYPE_SYM) { in cryptodev_backend_account()
234 error_report("Unsupported cryptodev alg type: %" PRIu32 "", algtype); in cryptodev_backend_account()
H A Dcryptodev-lkcf.c479 QCryptodevBackendAlgoType algtype = op_info->algtype; in cryptodev_lkcf_operation()
490 if (algtype != QCRYPTODEV_BACKEND_ALGO_TYPE_ASYM) { in cryptodev_lkcf_operation()
491 error_report("algtype not supported: %u", algtype); in cryptodev_lkcf_operation()
480 QCryptodevBackendAlgoType algtype = op_info->algtype; cryptodev_lkcf_operation() local
/openbmc/qemu/include/system/
H A Dcryptodev.h181 QCryptodevBackendAlgoType algtype; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c887 op_info->algtype = request->flags = QCRYPTODEV_BACKEND_ALGO_TYPE_SYM; in virtio_crypto_handle_request()
897 op_info->algtype = request->flags = QCRYPTODEV_BACKEND_ALGO_TYPE_ASYM; in virtio_crypto_handle_request()