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

2017-02-03 Thread Herbert Xu
On Thu, Jan 26, 2017 at 04:33:00PM +0100, Rabin Vincent wrote: > 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. > > Sign

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

2017-01-26 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 --- v2: Add crypto_ahash_statesize() to api-digest;