crypto: ccp - Set the AES size field for all modes
Ensure that the size field is correctly populated for all AES modes. Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -467,6 +467,7 @@ struct ccp_aes_op {
|
||||
enum ccp_aes_type type;
|
||||
enum ccp_aes_mode mode;
|
||||
enum ccp_aes_action action;
|
||||
unsigned int size;
|
||||
};
|
||||
|
||||
struct ccp_xts_aes_op {
|
||||
|
Reference in New Issue
Block a user