--- zzzz-none-000/linux-4.4.271/drivers/crypto/qce/cipher.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/crypto/qce/cipher.h 2023-04-19 10:22:28.000000000 +0000 @@ -18,6 +18,7 @@ #include "core.h" #define QCE_MAX_KEY_SIZE 64 +extern bool use_fixed_key; struct qce_cipher_ctx { u8 enc_key[QCE_MAX_KEY_SIZE]; @@ -25,6 +26,10 @@ struct crypto_ablkcipher *fallback; }; +struct qce_config_key_sec { + uint32_t keylen; +}__attribute__((packed)); + /** * struct qce_cipher_reqctx - holds private cipher objects per request * @flags: operation flags