forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/crypto/ccree/cc_cipher.h
....@@ -1,5 +1,5 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
2
-/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
2
+/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
33
44 /* \file cc_cipher.h
55 * ARM CryptoCell Cipher Crypto API
....@@ -20,7 +20,6 @@
2020 u32 in_mlli_nents;
2121 u32 out_nents;
2222 u32 out_mlli_nents;
23
- u8 *backup_info; /*store iv for generated IV flow*/
2423 u8 *iv;
2524 struct mlli_params mlli_params;
2625 };