xref: /openbmc/linux/Documentation/crypto/api-digest.rst (revision 0337966d121ebebf73a1c346123e8112796e684e)
13b72c814SStephan MuellerMessage Digest Algorithm Definitions
23b72c814SStephan Mueller------------------------------------
33b72c814SStephan Mueller
43b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
53b72c814SStephan Mueller   :doc: Message Digest Algorithm Definitions
63b72c814SStephan Mueller
73b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
83fa71d0fSStephan Mueller   :functions: hash_alg_common ahash_alg shash_alg
93b72c814SStephan Mueller
103b72c814SStephan MuellerAsynchronous Message Digest API
113b72c814SStephan Mueller-------------------------------
123b72c814SStephan Mueller
133b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
143b72c814SStephan Mueller   :doc: Asynchronous Message Digest API
153b72c814SStephan Mueller
163b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
17*379d972bSRabin Vincent   :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
183b72c814SStephan Mueller
193b72c814SStephan MuellerAsynchronous Hash Request Handle
203b72c814SStephan Mueller--------------------------------
213b72c814SStephan Mueller
223b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
233b72c814SStephan Mueller   :doc: Asynchronous Hash Request Handle
243b72c814SStephan Mueller
253b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
263fa71d0fSStephan Mueller   :functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
273b72c814SStephan Mueller
283b72c814SStephan MuellerSynchronous Message Digest API
293b72c814SStephan Mueller------------------------------
303b72c814SStephan Mueller
313b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
323b72c814SStephan Mueller   :doc: Synchronous Message Digest API
333b72c814SStephan Mueller
343b72c814SStephan Mueller.. kernel-doc:: include/crypto/hash.h
353fa71d0fSStephan Mueller   :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
36