2016-10-21 05:54:22 +03:00
Block Cipher Algorithm Definitions
----------------------------------
.. kernel-doc :: include/linux/crypto.h
:doc: Block Cipher Algorithm Definitions
.. kernel-doc :: include/linux/crypto.h
2019-11-09 20:09:53 +03:00
:functions: crypto_alg cipher_alg compress_alg
2016-10-21 05:54:22 +03:00
Symmetric Key Cipher API
------------------------
.. kernel-doc :: include/crypto/skcipher.h
:doc: Symmetric Key Cipher API
.. kernel-doc :: include/crypto/skcipher.h
2016-10-21 06:00:02 +03:00
: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
2016-10-21 05:54:22 +03:00
Symmetric Key Cipher Request Handle
-----------------------------------
.. kernel-doc :: include/crypto/skcipher.h
:doc: Symmetric Key Cipher Request Handle
.. kernel-doc :: include/crypto/skcipher.h
2016-10-21 06:00:02 +03:00
:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_request_free skcipher_request_set_callback skcipher_request_set_crypt
2016-10-21 05:54:22 +03:00
Single Block Cipher API
-----------------------
2020-12-11 15:27:15 +03:00
.. kernel-doc :: include/crypto/internal/cipher.h
2016-10-21 05:54:22 +03:00
:doc: Single Block Cipher API
2020-12-11 15:27:15 +03:00
.. kernel-doc :: include/crypto/internal/cipher.h
2016-10-21 06:00:02 +03:00
:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one