0001 Message Digest Algorithm Definitions
0002 ------------------------------------
0003
0004 .. kernel-doc:: include/crypto/hash.h
0005 :doc: Message Digest Algorithm Definitions
0006
0007 .. kernel-doc:: include/crypto/hash.h
0008 :functions: hash_alg_common ahash_alg shash_alg
0009
0010 Asynchronous Message Digest API
0011 -------------------------------
0012
0013 .. kernel-doc:: include/crypto/hash.h
0014 :doc: Asynchronous Message Digest API
0015
0016 .. kernel-doc:: include/crypto/hash.h
0017 :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
0018
0019 Asynchronous Hash Request Handle
0020 --------------------------------
0021
0022 .. kernel-doc:: include/crypto/hash.h
0023 :doc: Asynchronous Hash Request Handle
0024
0025 .. kernel-doc:: include/crypto/hash.h
0026 :functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
0027
0028 Synchronous Message Digest API
0029 ------------------------------
0030
0031 .. kernel-doc:: include/crypto/hash.h
0032 :doc: Synchronous Message Digest API
0033
0034 .. kernel-doc:: include/crypto/hash.h
0035 :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