Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) Message Digest Algorithm Definitions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) ------------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)    :doc: Message Digest Algorithm Definitions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)    :functions: hash_alg_common ahash_alg shash_alg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Asynchronous Message Digest API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) -------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)    :doc: Asynchronous Message Digest API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)    :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
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Asynchronous Hash Request Handle
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) --------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)    :doc: Asynchronous Hash Request Handle
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)    :functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Synchronous Message Digest API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) ------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)    :doc: Synchronous Message Digest API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) .. kernel-doc:: include/crypto/hash.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)    :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