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) Block Cipher 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/linux/crypto.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)    :doc: Block Cipher 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/linux/crypto.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)    :functions: crypto_alg cipher_alg compress_alg
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Symmetric Key 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/skcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)    :doc: Symmetric Key Cipher 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/skcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)    :functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_skcipher_setkey crypto_skcipher_reqtfm crypto_skcipher_encrypt crypto_skcipher_decrypt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Symmetric Key Cipher 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/skcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)    :doc: Symmetric Key Cipher 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/skcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)    :functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_request_free skcipher_request_set_callback skcipher_request_set_crypt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Single Block Cipher 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/internal/cipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)    :doc: Single Block Cipher 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/internal/cipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)    :functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one