kernel/drivers/crypto/ccree/cc_cipher.h
.. .. @@ -1,5 +1,5 @@ 1 1 /* 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). */3 3 4 4 /* \file cc_cipher.h 5 5 * ARM CryptoCell Cipher Crypto API .. .. @@ -20,7 +20,6 @@ 20 20 u32 in_mlli_nents; 21 21 u32 out_nents; 22 22 u32 out_mlli_nents; 23 - u8 *backup_info; /*store iv for generated IV flow*/24 23 u8 *iv; 25 24 struct mlli_params mlli_params; 26 25 };