crypto: ccp - AES CFB mode is a stream cipher
authorHook, Gary <Gary.Hook@amd.com>
Tue, 14 May 2019 21:53:16 +0000 (21:53 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 May 2019 06:01:07 +0000 (14:01 +0800)
commit499df9674c54a733f4deb3329dfcfc5487eb7738
tree02e1bdfc93c29bd41658d2632b6305291cfa30b5
parentefc77e8107c5c0b301686d52bd11e0ec2b10cb61
crypto: ccp - AES CFB mode is a stream cipher

CFB mode should be treated as a stream cipher, not block.

Fixes: 63b945091a07 ('crypto: ccp - CCP device driver and interface support')

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/ccp-ops.c