Rename aes.h to uboot_aes.h
authorStefano Babic <sbabic@denx.de>
Wed, 5 Apr 2017 16:08:00 +0000 (18:08 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 12 Apr 2017 17:28:27 +0000 (13:28 -0400)
commitb80c0b99347c52884cccc7c09775942acbcc0739
treeefbfa25463deb03934fed40afa015e51cf8bebf5
parent40a808f173008729a0c631ab84693b6a2b0dcfc9
Rename aes.h to uboot_aes.h

aes.h is a too generic name if this file can
be exported and used by a program.
Rename it to avoid any conflicts with
other files (for example, from openSSL).

Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/mach-tegra/tegra20/crypto.c
cmd/aes.c
common/env_common.c
include/aes.h [deleted file]
include/uboot_aes.h [new file with mode: 0644]
lib/aes.c
tools/env/fw_env.h