~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/crypto/api-skcipher.rst

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/crypto/api-skcipher.rst (Version linux-6.11.5) and /Documentation/crypto/api-skcipher.rst (Version linux-4.13.16)


  1 Block Cipher Algorithm Definitions                  1 Block Cipher Algorithm Definitions
  2 ----------------------------------                  2 ----------------------------------
  3                                                     3 
  4 .. kernel-doc:: include/linux/crypto.h              4 .. kernel-doc:: include/linux/crypto.h
  5    :doc: Block Cipher Algorithm Definitions         5    :doc: Block Cipher Algorithm Definitions
  6                                                     6 
  7 .. kernel-doc:: include/linux/crypto.h              7 .. kernel-doc:: include/linux/crypto.h
  8    :functions: crypto_alg cipher_alg compress_ !!   8    :functions: crypto_alg ablkcipher_alg blkcipher_alg cipher_alg
  9                                                     9 
 10 Symmetric Key Cipher API                           10 Symmetric Key Cipher API
 11 ------------------------                           11 ------------------------
 12                                                    12 
 13 .. kernel-doc:: include/crypto/skcipher.h          13 .. kernel-doc:: include/crypto/skcipher.h
 14    :doc: Symmetric Key Cipher API                  14    :doc: Symmetric Key Cipher API
 15                                                    15 
 16 .. kernel-doc:: include/crypto/skcipher.h          16 .. kernel-doc:: include/crypto/skcipher.h
 17    :functions: crypto_alloc_skcipher crypto_fr     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
 18                                                    18 
 19 Symmetric Key Cipher Request Handle                19 Symmetric Key Cipher Request Handle
 20 -----------------------------------                20 -----------------------------------
 21                                                    21 
 22 .. kernel-doc:: include/crypto/skcipher.h          22 .. kernel-doc:: include/crypto/skcipher.h
 23    :doc: Symmetric Key Cipher Request Handle       23    :doc: Symmetric Key Cipher Request Handle
 24                                                    24 
 25 .. kernel-doc:: include/crypto/skcipher.h          25 .. kernel-doc:: include/crypto/skcipher.h
 26    :functions: crypto_skcipher_reqsize skciphe     26    :functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_request_free skcipher_request_set_callback skcipher_request_set_crypt
 27                                                    27 
 28 Single Block Cipher API                            28 Single Block Cipher API
 29 -----------------------                            29 -----------------------
 30                                                    30 
 31 .. kernel-doc:: include/crypto/internal/cipher !!  31 .. kernel-doc:: include/linux/crypto.h
 32    :doc: Single Block Cipher API                   32    :doc: Single Block Cipher API
 33                                                    33 
 34 .. kernel-doc:: include/crypto/internal/cipher !!  34 .. kernel-doc:: include/linux/crypto.h
 35    :functions: crypto_alloc_cipher crypto_free     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
                                                   >>  36 
                                                   >>  37 Asynchronous Block Cipher API - Deprecated
                                                   >>  38 ------------------------------------------
                                                   >>  39 
                                                   >>  40 .. kernel-doc:: include/linux/crypto.h
                                                   >>  41    :doc: Asynchronous Block Cipher API
                                                   >>  42 
                                                   >>  43 .. kernel-doc:: include/linux/crypto.h
                                                   >>  44    :functions: crypto_free_ablkcipher crypto_has_ablkcipher crypto_ablkcipher_ivsize crypto_ablkcipher_blocksize crypto_ablkcipher_setkey crypto_ablkcipher_reqtfm crypto_ablkcipher_encrypt crypto_ablkcipher_decrypt
                                                   >>  45 
                                                   >>  46 Asynchronous Cipher Request Handle - Deprecated
                                                   >>  47 -----------------------------------------------
                                                   >>  48 
                                                   >>  49 .. kernel-doc:: include/linux/crypto.h
                                                   >>  50    :doc: Asynchronous Cipher Request Handle
                                                   >>  51 
                                                   >>  52 .. kernel-doc:: include/linux/crypto.h
                                                   >>  53    :functions: crypto_ablkcipher_reqsize ablkcipher_request_set_tfm ablkcipher_request_alloc ablkcipher_request_free ablkcipher_request_set_callback ablkcipher_request_set_crypt
                                                   >>  54 
                                                   >>  55 Synchronous Block Cipher API - Deprecated
                                                   >>  56 -----------------------------------------
                                                   >>  57 
                                                   >>  58 .. kernel-doc:: include/linux/crypto.h
                                                   >>  59    :doc: Synchronous Block Cipher API
                                                   >>  60 
                                                   >>  61 .. kernel-doc:: include/linux/crypto.h
                                                   >>  62    :functions: crypto_alloc_blkcipher crypto_free_blkcipher crypto_has_blkcipher crypto_blkcipher_name crypto_blkcipher_ivsize crypto_blkcipher_blocksize crypto_blkcipher_setkey crypto_blkcipher_encrypt crypto_blkcipher_encrypt_iv crypto_blkcipher_decrypt crypto_blkcipher_decrypt_iv crypto_blkcipher_set_iv crypto_blkcipher_get_iv
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php