Searched refs:algtype (Results 1 – 5 of 5) 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()
479 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
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()