2fa64f84 | 20-Sep-2016 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
crypto/qat: add GMAC capability
Added Galois Message Authentication Code (GMAC) capability to QuickAssist Technology symmetric cryptographic driver. GMAC is authentication only variant of Galois Cou
crypto/qat: add GMAC capability
Added Galois Message Authentication Code (GMAC) capability to QuickAssist Technology symmetric cryptographic driver. GMAC is authentication only variant of Galois Counter Mode (GCM) where all plaintext is provided with AAD pointer only.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
show more ...
|
fddf3804 | 19-Sep-2016 |
Deepak Kumar Jain <deepak.k.jain@intel.com> |
doc: fix names of supported crypto algorithms
Update documentation with correct names of supported algorithms.
Fixes: 1703e94ac5cee ("qat: add driver for QuickAssist devices") Fixes: 3aafc423cf4d (
doc: fix names of supported crypto algorithms
Update documentation with correct names of supported algorithms.
Fixes: 1703e94ac5cee ("qat: add driver for QuickAssist devices") Fixes: 3aafc423cf4d ("snow3g: add driver for SNOW 3G library") Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto") Fixes: 2773c86d061a ("crypto/kasumi: add driver for KASUMI library")
Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
b537abdb | 20-Jun-2016 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
crypto/snow3g: support bit-level operations
Underlying libsso_snow3g library now supports bit-level operations, so PMD has been updated to allow them.
Signed-off-by: Pablo de Lara <pablo.de.lara.gu
crypto/snow3g: support bit-level operations
Underlying libsso_snow3g library now supports bit-level operations, so PMD has been updated to allow them.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
show more ...
|
1d0c90e6 | 20-Jun-2016 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: update build instructions for libsso_snow3g
With the library update, the way to compile the library has changed, so documentation reflects this change. Also, the patch to fix the compilation is
doc: update build instructions for libsso_snow3g
With the library update, the way to compile the library has changed, so documentation reflects this change. Also, the patch to fix the compilation issues present with gcc > 5.0 has been removed, as the issues have been fixed in the library.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
show more ...
|
ba4d6c89 | 20-Jun-2016 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
crypto/snow3g: rename libsso reference due to library update
The underlying libsso library that SNOW3G PMD uses has been updated, so now it is called libsso_snow3g. Also, the path to the library has
crypto/snow3g: rename libsso reference due to library update
The underlying libsso library that SNOW3G PMD uses has been updated, so now it is called libsso_snow3g. Also, the path to the library has been renamed to reflect this changes (now called LIBSSO_SNOW3G_PATH).
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
show more ...
|
b7d65109 | 04-Apr-2016 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: add initialization section for crypto vdevs
Explain how to create/initialize virtual crypto PMDs, through command line and within an application.
Signed-off-by: Pablo de Lara <pablo.de.lara.gu
doc: add initialization section for crypto vdevs
Explain how to create/initialize virtual crypto PMDs, through command line and within an application.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
57cfab87 | 04-Apr-2016 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: fix typos in crypto titles
Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations") Fixes: 94b0ad8e0aa5 ("null_crypto: add driver for null crypto operations")
Signed-off-by:
doc: fix typos in crypto titles
Fixes: eec136f3c54f ("aesni_gcm: add driver for AES-GCM crypto operations") Fixes: 94b0ad8e0aa5 ("null_crypto: add driver for null crypto operations")
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|