crypto: ccree - copyright header update
This sacrificial copyright header update is offered to the legal department as atonement for any changes made in this driver files in the course of the current year which have not been duly recorded as such. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
b7ec853068
commit
03963caeb0
@ -1,4 +1,5 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (C) 2012-2019 ARM Limited (or its affiliates).
|
||||||
|
|
||||||
obj-$(CONFIG_CRYPTO_DEV_CCREE) := ccree.o
|
obj-$(CONFIG_CRYPTO_DEV_CCREE) := ccree.o
|
||||||
ccree-y := cc_driver.o cc_buffer_mgr.o cc_request_mgr.o cc_cipher.o cc_hash.o cc_aead.o cc_ivgen.o cc_sram_mgr.o
|
ccree-y := cc_driver.o cc_buffer_mgr.o cc_request_mgr.o cc_cipher.o cc_hash.o cc_aead.o cc_ivgen.o cc_sram_mgr.o
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
/* \file cc_aead.h
|
/* \file cc_aead.h
|
||||||
* ARM CryptoCell AEAD Crypto API
|
* ARM CryptoCell AEAD Crypto API
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <crypto/internal/aead.h>
|
#include <crypto/internal/aead.h>
|
||||||
#include <crypto/authenc.h>
|
#include <crypto/authenc.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
/* \file cc_buffer_mgr.h
|
/* \file cc_buffer_mgr.h
|
||||||
* Buffer Manager
|
* Buffer Manager
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
/* \file cc_cipher.h
|
/* \file cc_cipher.h
|
||||||
* ARM CryptoCell Cipher Crypto API
|
* ARM CryptoCell Cipher Crypto API
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef _CC_CRYPTO_CTX_H_
|
#ifndef _CC_CRYPTO_CTX_H_
|
||||||
#define _CC_CRYPTO_CTX_H_
|
#define _CC_CRYPTO_CTX_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef __CC_DEBUGFS_H__
|
#ifndef __CC_DEBUGFS_H__
|
||||||
#define __CC_DEBUGFS_H__
|
#define __CC_DEBUGFS_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
/* \file cc_driver.h
|
/* \file cc_driver.h
|
||||||
* ARM CryptoCell Linux Crypto Driver
|
* ARM CryptoCell Linux Crypto Driver
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/fips.h>
|
#include <linux/fips.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef __CC_FIPS_H__
|
#ifndef __CC_FIPS_H__
|
||||||
#define __CC_FIPS_H__
|
#define __CC_FIPS_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
/* \file cc_hash.h
|
/* \file cc_hash.h
|
||||||
* ARM CryptoCell Hash Crypto API
|
* ARM CryptoCell Hash Crypto API
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef __CC_HW_QUEUE_DEFS_H__
|
#ifndef __CC_HW_QUEUE_DEFS_H__
|
||||||
#define __CC_HW_QUEUE_DEFS_H__
|
#define __CC_HW_QUEUE_DEFS_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <crypto/ctr.h>
|
#include <crypto/ctr.h>
|
||||||
#include "cc_driver.h"
|
#include "cc_driver.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef __CC_IVGEN_H__
|
#ifndef __CC_IVGEN_H__
|
||||||
#define __CC_IVGEN_H__
|
#define __CC_IVGEN_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef __CC_CRYS_KERNEL_H__
|
#ifndef __CC_CRYS_KERNEL_H__
|
||||||
#define __CC_CRYS_KERNEL_H__
|
#define __CC_CRYS_KERNEL_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef _CC_LLI_DEFS_H_
|
#ifndef _CC_LLI_DEFS_H_
|
||||||
#define _CC_LLI_DEFS_H_
|
#define _CC_LLI_DEFS_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
/* \file cc_pm.h
|
/* \file cc_pm.h
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/nospec.h>
|
#include <linux/nospec.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
/* \file cc_request_mgr.h
|
/* \file cc_request_mgr.h
|
||||||
* Request Manager
|
* Request Manager
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#include "cc_driver.h"
|
#include "cc_driver.h"
|
||||||
#include "cc_sram_mgr.h"
|
#include "cc_sram_mgr.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
|
/* Copyright (C) 2012-2019 ARM Limited (or its affiliates). */
|
||||||
|
|
||||||
#ifndef __CC_SRAM_MGR_H__
|
#ifndef __CC_SRAM_MGR_H__
|
||||||
#define __CC_SRAM_MGR_H__
|
#define __CC_SRAM_MGR_H__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user