[COMMON] fmp: add fmp driver
authorBoojin Kim <boojin.kim@samsung.com>
Wed, 24 Jan 2018 08:03:23 +0000 (17:03 +0900)
committerJaeHun Jung <jh0801.jung@samsung.com>
Tue, 8 May 2018 08:21:00 +0000 (17:21 +0900)
commite9be92a8ff36321cd502002adc970dd631cc83ee
treedf3467a89dbaab67a21fab89580b666fffc46c3d
parent5a71a6bcc7173e136cd3fa2f38f40ba7dd10b52f
[COMMON] fmp: add fmp driver

Change-Id: Idf587c60984db4d519464521cb2b96f9746ea0ba
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
32 files changed:
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/exynos-diskcipher.c [new file with mode: 0644]
drivers/crypto/fmp/Kconfig [new file with mode: 0644]
drivers/crypto/fmp/Makefile [new file with mode: 0644]
drivers/crypto/fmp/fips_out.c [new file with mode: 0644]
drivers/crypto/fmp/first_file.c [new file with mode: 0644]
drivers/crypto/fmp/fmp.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_cipher.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_cipher.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_fops.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_fops.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_fops_info.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_func_test.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_func_test.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_info.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_integrity.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_integrity.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_main.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_main.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_selftest.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_fips_selftest.h [new file with mode: 0644]
drivers/crypto/fmp/fmp_test.c [new file with mode: 0644]
drivers/crypto/fmp/fmp_test.h [new file with mode: 0644]
drivers/crypto/fmp/hmac-sha256.c [new file with mode: 0644]
drivers/crypto/fmp/hmac-sha256.h [new file with mode: 0644]
drivers/crypto/fmp/last_file.c [new file with mode: 0644]
drivers/crypto/fmp/sha256.c [new file with mode: 0644]
drivers/crypto/fmp/sha256.h [new file with mode: 0644]
drivers/crypto/fmp/smu.c [new file with mode: 0644]
include/crypto/fmp.h [new file with mode: 0644]
include/crypto/smu.h [new file with mode: 0644]