Lines Matching defs:stt
117 #define AESGCM_ID(stt) ((stt)->idCtx) argument
118 #define AESGCM_STATE(stt) ((stt)->state) argument
120 #define AESGCM_IV_LEN(stt) ((stt)->ivLen) argument
121 #define AESGCM_AAD_LEN(stt) ((stt)->aadLen) argument
122 #define AESGCM_TXT_LEN(stt) ((stt)->txtLen) argument
124 #define AESGCM_BUFLEN(stt) ((stt)->bufLen) argument
125 #define AESGCM_COUNTER(stt) ((stt)->counter) argument
126 #define AESGCM_ECOUNTER0(stt) ((stt)->ecounter0) argument
127 #define AESGCM_ECOUNTER(stt) ((stt)->ecounter) argument
128 #define AESGCM_GHASH(stt) ((stt)->ghash) argument
130 #define AESGCM_HASH(stt) ((stt)->hashFun) argument
131 #define AESGCM_AUTH(stt) ((stt)->authFun) argument
132 #define AESGCM_ENC(stt) ((stt)->encFun) argument
133 #define AESGCM_DEC(stt) ((stt)->decFun) argument
135 #define AESGCM_CIPHER(stt) (IppsAESSpec*)(&((stt)->cipher)) argument
137 #define AESGCM_HKEY(stt) ((stt)->multiplier) argument
138 #define AESGCM_CPWR(stt) ((stt)->multiplier) argument
139 #define AES_GCM_MTBL(stt) ((stt)->multiplier) argument
141 #define AESGCM_VALID_ID(stt) (AESGCM_ID((stt))==idCtxAESGCM) argument