Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: doc - use correct function name

The hashing API does not have a function called .finish()

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Ralph Siemsen and committed by
Herbert Xu
329cfa42 ae1b83c7

+1 -1
+1 -1
Documentation/crypto/devel-algos.rst
··· 172 172 other part of the kernel. Note that the .setkey() call might happen 173 173 before or after any of these schematics happen, but must not happen 174 174 during any of these are in-flight. Please note that calling .init() 175 - followed immediately by .finish() is also a perfectly valid 175 + followed immediately by .final() is also a perfectly valid 176 176 transformation. 177 177 178 178 ::