mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
82f89f1aa6
On CN10KA B0/CN10KB, CPT scatter gather format has modified to support multi-seg in inline IPsec. Due to this CPT requires new firmware and doesn't work with CN10KA0/A1 firmware. To make HW works in backward compatibility mode or works with CN10KA0/A1 firmware, a bit(T106_MODE) is introduced in HW CSR. This patch adds devlink parameter for configuring T106_MODE. This patch also documents the devlink parameter under Documentation/crypto/device_drivers. Signed-off-by: Srujana Challa <schalla@marvell.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
32 lines
551 B
ReStructuredText
32 lines
551 B
ReStructuredText
==========
|
|
Crypto API
|
|
==========
|
|
|
|
:Author: Stephan Mueller
|
|
:Author: Marek Vasut
|
|
|
|
This documentation outlines the Linux kernel crypto API with its
|
|
concepts, details about developing cipher implementations, employment of the API
|
|
for cryptographic use cases, as well as programming examples.
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
intro
|
|
api-intro
|
|
architecture
|
|
|
|
async-tx-api
|
|
asymmetric-keys
|
|
devel-algos
|
|
userspace-if
|
|
crypto_engine
|
|
api
|
|
api-samples
|
|
descore-readme
|
|
device_drivers/index
|