Searched refs:algtype (Results 1 – 4 of 4) sorted by relevance
552 QCryptodevBackendAlgoType algtype = op_info->algtype; in cryptodev_builtin_operation() local564 if (algtype == QCRYPTODEV_BACKEND_ALGO_TYPE_SYM) { in cryptodev_builtin_operation()568 } else if (algtype == QCRYPTODEV_BACKEND_ALGO_TYPE_ASYM) { in cryptodev_builtin_operation()
188 enum QCryptodevBackendAlgoType algtype = op_info->algtype; in cryptodev_backend_account() local191 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()
181 QCryptodevBackendAlgoType algtype; member
887 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()