Documentation/crypto/libcrypto-hash.rst
.. SPDX-License-Identifier: GPL-2.0-or-later
Support for the AES-CMAC and AES-XCBC-MAC message authentication codes.
.. kernel-doc:: include/crypto/aes-cbc-macs.h
Support for the BLAKE2b cryptographic hash function.
.. kernel-doc:: include/crypto/blake2b.h
Support for the BLAKE2s cryptographic hash function.
.. kernel-doc:: include/crypto/blake2s.h
Support for the GHASH and POLYVAL universal hash functions. These algorithms are used only as internal components of other algorithms.
.. kernel-doc:: include/crypto/gf128hash.h
Support for the MD5 cryptographic hash function and HMAC-MD5. This algorithm is obsolete and is supported only for backwards compatibility.
.. kernel-doc:: include/crypto/md5.h
Support for the NH universal hash function. This algorithm is used only as an internal component of other algorithms.
.. kernel-doc:: include/crypto/nh.h
Support for the Poly1305 universal hash function. This algorithm is used only as an internal component of other algorithms.
.. kernel-doc:: include/crypto/poly1305.h
Support for the SHA-1 cryptographic hash function and HMAC-SHA1. This algorithm is obsolete and is supported only for backwards compatibility.
.. kernel-doc:: include/crypto/sha1.h
Support for the SHA-2 family of cryptographic hash functions, including SHA-224, SHA-256, SHA-384, and SHA-512. This also includes their corresponding HMACs: HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, and HMAC-SHA512.
.. kernel-doc:: include/crypto/sha2.h
The SHA-3 functions are documented in :ref:sha3.
Support for the SM3 cryptographic hash function.
.. kernel-doc:: include/crypto/sm3.h