xref: /linux/Documentation/crypto/api-digest.rst (revision 68a052239fc4b351e961f698b824f7654a346091)
1Message Digest
2==============
3
4Message Digest Algorithm Definitions
5------------------------------------
6
7.. kernel-doc:: include/crypto/hash.h
8   :doc: Message Digest Algorithm Definitions
9
10.. kernel-doc:: include/crypto/hash.h
11   :functions: hash_alg_common ahash_alg shash_alg
12
13Asynchronous Message Digest API
14-------------------------------
15
16.. kernel-doc:: include/crypto/hash.h
17   :doc: Asynchronous Message Digest API
18
19.. kernel-doc:: include/crypto/hash.h
20   :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
21
22Asynchronous Hash Request Handle
23--------------------------------
24
25.. kernel-doc:: include/crypto/hash.h
26   :doc: Asynchronous Hash Request Handle
27
28.. kernel-doc:: include/crypto/hash.h
29   :functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
30
31Synchronous Message Digest API
32------------------------------
33
34.. kernel-doc:: include/crypto/hash.h
35   :doc: Synchronous Message Digest API
36
37.. kernel-doc:: include/crypto/hash.h
38   :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
39