Home
last modified time | relevance | path

Searched defs:_cpAES_CCM (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpaesauthccm.h57 struct _cpAES_CCM { struct
58 IppCtxId idCtx; /* CCM ID */
60 Ipp64u msgLen; /* length of message to be processed */
61 Ipp64u lenProcessed; /* message length has been processed */
62 Ipp32u tagLen; /* length of authentication tag */
63 Ipp32u counterVal; /* currnt couter value */
64 Ipp8u ctr0[MBS_RIJ128]; /* counter value */
65 Ipp8u s0[MBS_RIJ128]; /* S0 = ENC(CTR0) content */
66 Ipp8u si[MBS_RIJ128]; /* Si = ENC(CTRi) content */
67 Ipp8u blk[MBS_RIJ128]; /* temporary data container */
[all …]