Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
39 lines
1.5 KiB
ReStructuredText
39 lines
1.5 KiB
ReStructuredText
Message Digest
|
|
==============
|
|
|
|
Message Digest Algorithm Definitions
|
|
------------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:doc: Message Digest Algorithm Definitions
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:functions: hash_alg_common ahash_alg shash_alg
|
|
|
|
Asynchronous Message Digest API
|
|
-------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:doc: Asynchronous Message Digest API
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
|
|
|
|
Asynchronous Hash Request Handle
|
|
--------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:doc: Asynchronous Hash Request Handle
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
|
|
|
|
Synchronous Message Digest API
|
|
------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:doc: Synchronous Message Digest API
|
|
|
|
.. kernel-doc:: include/crypto/hash.h
|
|
:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
|