Re: [PATCH] crypto: doc - Fix hash export state information

2017-01-26 Thread Rabin Vincent
On Wed, Jan 25, 2017 at 05:18:05PM +0100, Stephan Müller wrote: > Am Mittwoch, 25. Januar 2017, 16:55:06 CET schrieb Rabin Vincent: > > The documentation states that crypto_ahash_reqsize() provides the size > > of the state structure used by crypto_ahash_export(). But it's actually > > crypto_ahas

Re: [PATCH] crypto: doc - Fix hash export state information

2017-01-25 Thread Stephan Müller
Am Mittwoch, 25. Januar 2017, 16:55:06 CET schrieb Rabin Vincent: Hi Rabin, > From: Rabin Vincent > > The documentation states that crypto_ahash_reqsize() provides the size > of the state structure used by crypto_ahash_export(). But it's actually > crypto_ahash_statesize() which provides this

[PATCH] crypto: doc - Fix hash export state information

2017-01-25 Thread Rabin Vincent
From: Rabin Vincent The documentation states that crypto_ahash_reqsize() provides the size of the state structure used by crypto_ahash_export(). But it's actually crypto_ahash_statesize() which provides this size. Signed-off-by: Rabin Vincent --- include/crypto/hash.h | 22 +++