summaryrefslogtreecommitdiff
path: root/crypto/jitterentropy.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2016-07-12 13:17:31 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-07-18 17:35:36 +0800
commite9cf557e15d35f984dabbf75ef0c5c98ff5aeb7f (patch)
tree1f43be8371ed1b7192aa6e3234c28cf21696d12d /crypto/jitterentropy.c
parent79ca2246d6dcb6ee371ae2fc363f346e38daf27b (diff)
downloadlinux-crypto-e9cf557e15d35f984dabbf75ef0c5c98ff5aeb7f.tar.gz
linux-crypto-e9cf557e15d35f984dabbf75ef0c5c98ff5aeb7f.zip
crypto: skcipher - Add low-level skcipher interface
This patch allows skcipher algorithms and instances to be created and registered with the crypto API. They are accessible through the top-level skcipher interface, along with ablkcipher/blkcipher algorithms and instances. This patch also introduces a new parameter called chunk size which is meant for ciphers such as CTR and CTS which ostensibly can handle arbitrary lengths, but still behave like block ciphers in that you can only process a partial block at the very end. For these ciphers the block size will continue to be set to 1 as it is now while the chunk size will be set to the underlying block size. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/jitterentropy.c')
0 files changed, 0 insertions, 0 deletions