blob: 1aaf8985894bb34317882210d3f73302d6e85417 [file] [log] [blame]
Stephan Mueller3b72c812016-10-21 04:54:22 +02001Block Cipher Algorithm Definitions
2----------------------------------
3
4.. kernel-doc:: include/linux/crypto.h
5 :doc: Block Cipher Algorithm Definitions
6
7.. kernel-doc:: include/linux/crypto.h
Ard Biesheuveld63007e2019-11-09 18:09:53 +01008 :functions: crypto_alg cipher_alg compress_alg
Stephan Mueller3b72c812016-10-21 04:54:22 +02009
10Symmetric Key Cipher API
11------------------------
12
13.. kernel-doc:: include/crypto/skcipher.h
14 :doc: Symmetric Key Cipher API
15
16.. kernel-doc:: include/crypto/skcipher.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020017 :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
Stephan Mueller3b72c812016-10-21 04:54:22 +020018
19Symmetric Key Cipher Request Handle
20-----------------------------------
21
22.. kernel-doc:: include/crypto/skcipher.h
23 :doc: Symmetric Key Cipher Request Handle
24
25.. kernel-doc:: include/crypto/skcipher.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020026 :functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_request_free skcipher_request_set_callback skcipher_request_set_crypt
Stephan Mueller3b72c812016-10-21 04:54:22 +020027
28Single Block Cipher API
29-----------------------
30
31.. kernel-doc:: include/linux/crypto.h
32 :doc: Single Block Cipher API
33
34.. kernel-doc:: include/linux/crypto.h
Stephan Mueller3fa71d02016-10-21 05:00:02 +020035 :functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one