Re: [PATCH] crypto: documentation - cover new AEAD interface

2015-06-02 Thread Herbert Xu
On Thu, May 28, 2015 at 08:52:42AM +0200, Stephan Mueller wrote: > The patch updates the DocBook to cover the new AEAD interface > implementation. > > Signed-off-by: Stephan Mueller Applied. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.a

[PATCH] crypto: documentation - cover new AEAD interface

2015-05-27 Thread Stephan Mueller
The patch updates the DocBook to cover the new AEAD interface implementation. Signed-off-by: Stephan Mueller --- Documentation/DocBook/crypto-API.tmpl | 23 +-- include/crypto/aead.h | 5 - 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/D