brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 04d6cc5 Raw
36 lines · plain
1Block Cipher Algorithm Definitions2----------------------------------3 4.. kernel-doc:: include/linux/crypto.h5   :doc: Block Cipher Algorithm Definitions6 7.. kernel-doc:: include/linux/crypto.h8   :functions: crypto_alg cipher_alg compress_alg9 10Symmetric Key Cipher API11------------------------12 13.. kernel-doc:: include/crypto/skcipher.h14   :doc: Symmetric Key Cipher API15 16.. kernel-doc:: include/crypto/skcipher.h17   :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_decrypt18 19Symmetric Key Cipher Request Handle20-----------------------------------21 22.. kernel-doc:: include/crypto/skcipher.h23   :doc: Symmetric Key Cipher Request Handle24 25.. kernel-doc:: include/crypto/skcipher.h26   :functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_request_free skcipher_request_set_callback skcipher_request_set_crypt27 28Single Block Cipher API29-----------------------30 31.. kernel-doc:: include/crypto/internal/cipher.h32   :doc: Single Block Cipher API33 34.. kernel-doc:: include/crypto/internal/cipher.h35   :functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one36