diff options
author | Stephan Mueller <smueller@chronox.de> | 2016-02-16 05:33:13 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-02-16 15:07:54 -0500 |
commit | 3981d37ff380f1033fef839935bbf9774ed48f00 (patch) | |
tree | 59648eb643d47aba89dbcc3427682e701db5baf1 /Documentation/DocBook | |
parent | 649e2007d9ce81d67ad985aff28b3a9d243c4c22 (diff) |
crypto: doc - update AEAD AD handling
The associated data handling with the kernel crypto API has been
updated. This needs to be reflected in the documentation.
Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/crypto-API.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl index a2986b27855d..50efc5a14773 100644 --- a/Documentation/DocBook/crypto-API.tmpl +++ b/Documentation/DocBook/crypto-API.tmpl | |||
@@ -1736,7 +1736,6 @@ read(opfd, out, outlen); | |||
1736 | !Finclude/crypto/aead.h aead_request_free | 1736 | !Finclude/crypto/aead.h aead_request_free |
1737 | !Finclude/crypto/aead.h aead_request_set_callback | 1737 | !Finclude/crypto/aead.h aead_request_set_callback |
1738 | !Finclude/crypto/aead.h aead_request_set_crypt | 1738 | !Finclude/crypto/aead.h aead_request_set_crypt |
1739 | !Finclude/crypto/aead.h aead_request_set_assoc | ||
1740 | !Finclude/crypto/aead.h aead_request_set_ad | 1739 | !Finclude/crypto/aead.h aead_request_set_ad |
1741 | </sect1> | 1740 | </sect1> |
1742 | <sect1><title>Synchronous Block Cipher API</title> | 1741 | <sect1><title>Synchronous Block Cipher API</title> |