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) Asymmetric 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/crypto/akcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)    :functions: akcipher_alg akcipher_request
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) Asymmetric Cipher API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) ---------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) .. kernel-doc:: include/crypto/akcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)    :doc: Generic Public Key API
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) .. kernel-doc:: include/crypto/akcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)    :functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_akcipher_sign crypto_akcipher_verify
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Asymmetric Cipher 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/akcipher.h
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)    :functions: akcipher_request_alloc akcipher_request_free akcipher_request_set_callback akcipher_request_set_crypt