:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
struct_aead_request(9) - phpMan

Command: man perldoc info search(apropos)  


STRUCT AEAD_REQUEST(9)                Programming Interface                STRUCT AEAD_REQUEST(9)



NAME
       struct_aead_request - AEAD request

SYNOPSIS
       struct aead_request {
         struct crypto_async_request base;
         unsigned int assoclen;
         unsigned int cryptlen;
         u8 * iv;
         struct scatterlist * src;
         struct scatterlist * dst;
         void * __ctx[];
       };

MEMBERS
       base
           Common attributes for async crypto requests

       assoclen
           Length in bytes of associated data for authentication

       cryptlen
           Length of data to be encrypted or decrypted

       iv
           Initialisation vector

       src
           Source data

       dst
           Destination data

       __ctx[]
           Start of private context data

AUTHORS
       Stephan Mueller <smueller AT chronox.de>
           Author.

       Marek Vasut <marek AT denx.de>
           Author.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                    STRUCT AEAD_REQUEST(9)


/man
rootr.net - man pages