Back to home page

OSCL-LXR

 
 

    


0001 Authenticated Encryption With Associated Data (AEAD) Algorithm Definitions
0002 --------------------------------------------------------------------------
0003 
0004 .. kernel-doc:: include/crypto/aead.h
0005    :doc: Authenticated Encryption With Associated Data (AEAD) Cipher API
0006 
0007 .. kernel-doc:: include/crypto/aead.h
0008    :functions: aead_request aead_alg
0009 
0010 Authenticated Encryption With Associated Data (AEAD) Cipher API
0011 ---------------------------------------------------------------
0012 
0013 .. kernel-doc:: include/crypto/aead.h
0014    :functions: crypto_alloc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_setauthsize crypto_aead_encrypt crypto_aead_decrypt
0015 
0016 Asynchronous AEAD Request Handle
0017 --------------------------------
0018 
0019 .. kernel-doc:: include/crypto/aead.h
0020    :doc: Asynchronous AEAD Request Handle
0021 
0022 .. kernel-doc:: include/crypto/aead.h
0023    :functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_request_set_callback aead_request_set_crypt aead_request_set_ad