1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: qatengine
Section: utils
Priority: optional
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
pkgconf,
libssl-dev,
libqat-dev,
libusdm-dev,
libipsec-mb-dev,
libcrypto-mb-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/intel/QAT_Engine
Vcs-Browser: https://salsa.debian.org/ColinKing/qatengine
Vcs-Git: https://salsa.debian.org/ColinKing/qatengine.git
Package: qatengine
Architecture: amd64
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
Recommends:
qatlib-service,
Description: IntelĀ® QuickAssist Technology OpenSSL* Engine
The QAT_Engine offers two separate internal entities by which acceleration
can be performed. It supports the ability to accelerate from the stand
OpenSSL* to basic Intel instruction set, to either Hardware acceleration
path (via the qat_hw path) or via the optimized SW path (qat_sw lib).
|