[PATCH 4/4] MAINTAINERS: add crypto headers to crypto entry

2016-11-30 Thread Baruch Siach
Signed-off-by: Baruch Siach --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8d4148406923..dba40107aca4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3425,6 +3425,7 @@ F:arch/*/crypto/ F: crypto/ F: drivers/crypto/ F

[PATCH 1/4] crypto: api - fix comment typo

2016-11-30 Thread Baruch Siach
Signed-off-by: Baruch Siach --- include/linux/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 7cee5551625b..e4f250a108e7 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -87,7 +87,7 @@ #define

[PATCH 3/4] crypt: doc - remove misleading mention of async API

2016-11-30 Thread Baruch Siach
The asynchronous API is quite mature. Not mentioning is at all is probably better than saying it is under development. Signed-off-by: Baruch Siach --- Documentation/crypto/api-intro.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/crypto/api-intro.txt b/Documentation

[PATCH 2/4] crypto: doc - fix header file name

2016-11-30 Thread Baruch Siach
Fixes: 8bc618d6a2e0 ("crypto: doc - Use ahash") Signed-off-by: Baruch Siach --- Documentation/crypto/api-intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt index beda682e8d77..96bd46033

[PATCH] crypto: arm: ignore generated SHA2 assembly files

2015-07-05 Thread Baruch Siach
These files are generated since commits f2f770d74a8d (crypto: arm/sha256 - Add optimized SHA-256/224, 2015-04-03) and c80ae7ca3726 (crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEON, 2015-05-08). Cc: Ard Biesheuvel Signed-off-by: Baruch Siach --- arch/arm/crypto