hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/crypto/api-skcipher.rst
....@@ -5,7 +5,7 @@
55 :doc: Block Cipher Algorithm Definitions
66
77 .. kernel-doc:: include/linux/crypto.h
8
- :functions: crypto_alg ablkcipher_alg blkcipher_alg cipher_alg
8
+ :functions: crypto_alg cipher_alg compress_alg
99
1010 Symmetric Key Cipher API
1111 ------------------------
....@@ -28,35 +28,8 @@
2828 Single Block Cipher API
2929 -----------------------
3030
31
-.. kernel-doc:: include/linux/crypto.h
31
+.. kernel-doc:: include/crypto/internal/cipher.h
3232 :doc: Single Block Cipher API
3333
34
-.. kernel-doc:: include/linux/crypto.h
34
+.. kernel-doc:: include/crypto/internal/cipher.h
3535 :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