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) Authenticated Encryption With Associated Data (AEAD) 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/aead.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)    :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) .. kernel-doc:: include/crypto/aead.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)    :functions: aead_request aead_alg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Authenticated Encryption With Associated Data (AEAD) Cipher 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/aead.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)    :functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_aead_encrypt crypto_aead_decrypt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Asynchronous AEAD Request Handle
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) --------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) .. kernel-doc:: include/crypto/aead.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)    :doc: Asynchronous AEAD Request Handle
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) .. kernel-doc:: include/crypto/aead.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)    :functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_request_set_callback aead_request_set_crypt aead_request_set_ad