diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-06-15 18:28:46 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-06-23 16:15:36 +0800 |
commit | addde1f2c966833f210e9318b17050293086b8c6 (patch) | |
tree | 6d4b3a4a3f38370d69789f05fb837f9a82d70fde /Kconfig | |
parent | 9979c6e55d2b54ed6e0ce69b6f7faa7889549402 (diff) | |
download | linux-rpi-addde1f2c966833f210e9318b17050293086b8c6.tar.gz linux-rpi-addde1f2c966833f210e9318b17050293086b8c6.tar.bz2 linux-rpi-addde1f2c966833f210e9318b17050293086b8c6.zip |
crypto: akcipher - Add sync interface without SG lists
The only user of akcipher does not use SG lists. Therefore forcing
users to use SG lists only results unnecessary overhead. Add a new
interface that supports arbitrary kernel pointers.
For the time being the copy will be performed unconditionally. But
this will go away once the underlying interface is updated.
Note also that only encryption and decryption is addressed by this
patch as sign/verify will go into a new interface (sig).
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions