Commit 329cfa42 authored by Ralph Siemsen's avatar Ralph Siemsen Committed by Herbert Xu

crypto: doc - use correct function name

The hashing API does not have a function called .finish()
Signed-off-by: default avatarRalph Siemsen <ralph.siemsen@linaro.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ae1b83c7
......@@ -172,7 +172,7 @@ Here are schematics of how these functions are called when operated from
other part of the kernel. Note that the .setkey() call might happen
before or after any of these schematics happen, but must not happen
during any of these are in-flight. Please note that calling .init()
followed immediately by .finish() is also a perfectly valid
followed immediately by .final() is also a perfectly valid
transformation.
::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment