From: Baruch Siach Date: Wed, 30 Nov 2016 13:16:10 +0000 (+0200) Subject: crypt: doc - remove misleading mention of async API X-Git-Tag: v4.14-rc1~1766^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8eea134c3787c731223f0f88ae35874ab06232d4;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Herbert Xu --- diff --git a/Documentation/crypto/api-intro.txt b/Documentation/crypto/api-intro.txt index 96bd460..45d943f 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