03 Feb, 2017
1 commit
-
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
Signed-off-by: Herbert Xu
14 Dec, 2016
2 commits
-
The :functions: definition allows the specification of multiple
function references which prevents parsing the header file multiple
times.Reported-by: Jani Nikula
Signed-off-by: Stephan Mueller
Signed-off-by: Jonathan Corbet -
With the conversion of the kernel crypto API DocBook to Sphinx, the
monolithic document is broken up into individual documents. The
documentation is unchanged with the exception of a slight reordering to
keep the individual document parts self-contained.Signed-off-by: Stephan Mueller
Signed-off-by: Jonathan Corbet