2016-11-30 13:16:25

by Baruch Siach

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

Signed-off-by: Baruch Siach <[email protected]>
---
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 CRYPTO_ALG_TESTED 0x00000400

/*
- * Set if the algorithm is an instance that is build from templates.
+ * Set if the algorithm is an instance that is built from templates.
*/
#define CRYPTO_ALG_INSTANCE 0x00000800

--
2.10.2


2016-11-30 13:16:24

by Baruch Siach

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

Signed-off-by: Baruch Siach <[email protected]>
---
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: include/crypto/
+F: include/linux/crypto*

CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
M: Neil Horman <[email protected]>
--
2.10.2

2016-11-30 13:16:24

by Baruch Siach

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

Fixes: 8bc618d6a2e0 ("crypto: doc - Use ahash")
Signed-off-by: Baruch Siach <[email protected]>
---
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..96bd46033d28 100644
--- a/Documentation/crypto/api-intro.txt
+++ b/Documentation/crypto/api-intro.txt
@@ -49,7 +49,7 @@ under development.

Here's an example of how to use the API:

- #include <crypto/ahash.h>
+ #include <crypto/hash.h>
#include <linux/err.h>
#include <linux/scatterlist.h>

--
2.10.2

2016-11-30 13:16:24

by Baruch Siach

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

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 <[email protected]>
---
Documentation/crypto/api-intro.txt | 3 ---
1 file changed, 3 deletions(-)

diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt
index 96bd46033d28..45d943fcae5b 100644
--- a/Documentation/crypto/api-intro.txt
+++ b/Documentation/crypto/api-intro.txt
@@ -44,9 +44,6 @@ one block while the former can operate on an arbitrary amount of data,
subject to block size requirements (i.e., non-stream ciphers can only
process multiples of blocks).

-Support for hardware crypto devices via an asynchronous interface is
-under development.
-
Here's an example of how to use the API:

#include <crypto/hash.h>
--
2.10.2

2016-12-01 13:22:41

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH 1/4] crypto: api - fix comment typo

On Wed, Nov 30, 2016 at 03:16:08PM +0200, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <[email protected]>

All applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt