0001 Block Cipher Algorithm Definitions
0002 ----------------------------------
0003
0004 .. kernel-doc:: include/linux/crypto.h
0005 :doc: Block Cipher Algorithm Definitions
0006
0007 .. kernel-doc:: include/linux/crypto.h
0008 :functions: crypto_alg cipher_alg compress_alg
0009
0010 Symmetric Key Cipher API
0011 ------------------------
0012
0013 .. kernel-doc:: include/crypto/skcipher.h
0014 :doc: Symmetric Key Cipher API
0015
0016 .. kernel-doc:: include/crypto/skcipher.h
0017 :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
0018
0019 Symmetric Key Cipher Request Handle
0020 -----------------------------------
0021
0022 .. kernel-doc:: include/crypto/skcipher.h
0023 :doc: Symmetric Key Cipher Request Handle
0024
0025 .. kernel-doc:: include/crypto/skcipher.h
0026 :functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_request_free skcipher_request_set_callback skcipher_request_set_crypt
0027
0028 Single Block Cipher API
0029 -----------------------
0030
0031 .. kernel-doc:: include/crypto/internal/cipher.h
0032 :doc: Single Block Cipher API
0033
0034 .. kernel-doc:: include/crypto/internal/cipher.h
0035 :functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one