crypto: prepare to allow multiple digest driver
This will allow to have hw driver or asm optimised driver.

Use a priority level to determine which one to use at runtime.
The generic one will be 0.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent e10cc0b commit ab5b2c35e143a87483700ca92d7fd50292a891d0
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD authored on 25 Mar 2015
Sascha Hauer committed on 27 Mar 2015
Showing 27 changed files
View
arch/arm/configs/at91rm9200ek_defconfig
View
arch/arm/configs/highbank_defconfig
View
arch/arm/configs/mioa701_defconfig
View
arch/arm/configs/module-mb7707_defconfig
View
arch/arm/configs/nhk8815_defconfig
View
arch/arm/configs/phytec-phycard-omap3_defconfig
View
arch/arm/configs/rpi_defconfig
View
arch/arm/configs/versatilepb_arm1176_defconfig
View
arch/arm/configs/versatilepb_defconfig
View
arch/arm/configs/vexpress_ca9_defconfig
View
arch/arm/configs/vexpress_defconfig
View
arch/arm/configs/virt2real_defconfig
View
arch/arm/configs/zylonite310_defconfig
View
arch/mips/configs/img-ci20_defconfig
View
arch/mips/configs/ritmix-rzx50_defconfig
View
arch/mips/configs/tplink-mr3020_defconfig
View
crypto/Kconfig
View
crypto/Makefile
View
crypto/digest.c
View
crypto/hmac.c
View
crypto/internal.h 100644 → 0
View
crypto/md5.c
View
crypto/sha1.c
View
crypto/sha2.c
View
crypto/sha4.c
View
include/crypto/internal.h 0 → 100644
View
include/digest.h