Searched defs:_cpAES_GCM (Results 1 – 1 of 1) sorted by relevance
78 struct _cpAES_GCM { struct79 IppCtxId idCtx; /* AES-GCM id */80 GcmState state; /* GCM state: Init, IV|AAD|TXT proccessing */81 Ipp64u ivLen; /* IV length (bytes) */82 Ipp64u aadLen; /* header length (bytes) */83 Ipp64u txtLen; /* text length (bytes) */85 int bufLen; /* staff buffer length */87 Ipp8u counter[BLOCK_SIZE]; /* counter */88 Ipp8u ecounter0[BLOCK_SIZE]; /* encrypted initial counter */89 Ipp8u ecounter[BLOCK_SIZE]; /* encrypted counter */[all …]