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 cipher_alg compress_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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.