Home
last modified time | relevance | path

Searched hist:"44 b45cde" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/qce/
H A Dskcipher.c44b45cde Thu Feb 11 14:01:23 CST 2021 Thara Gopinath <thara.gopinath@linaro.org> crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)

ECB/CBC encryption/decryption requires the data to be blocksize aligned.
Crypto engine hangs on non-block sized operations for these algorithms.
Return invalid data if data size is not blocksize aligned for these
algorithms.

Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>