Home
last modified time | relevance | path

Searched refs:idCtx (Results 1 – 23 of 23) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphash.h96 IppCtxId idCtx; /* SHA1 identifier */ member
104 IppCtxId idCtx; /* SHA224 identifier */ member
112 IppCtxId idCtx; /* SHA384 identifier */ member
121 IppCtxId idCtx; /* MD5 identifier */ member
129 IppCtxId idCtx; /* SM3 identifier */ member
154 IppCtxId idCtx; /* hash identifier */ member
166 #define HASH_CTX_ID(stt) ((stt)->idCtx)
Dpcphmac.h60 IppCtxId idCtx; /* HMAC identifier */ member
67 #define HMAC_CTX_ID(stt) ((stt)->idCtx)
Dpcpcmac.h60 IppCtxId idCtx; /* CMAC identifier */ member
78 #define CMAC_ID(stt) ((stt)->idCtx)
Dpcphash_rmf.h56 IppCtxId idCtx; /* hash identifier */ member
66 #define HASH_CTX_ID(stt) ((stt)->idCtx)
Dpcpaesmxts.h69 IppCtxId idCtx; member
76 #define VALID_AES_XTS_ID(ctx) ((ctx)->idCtx==idCtxAESXTS)
Dpcparcfour.h71 IppCtxId idCtx; /* RC4 identifier */ member
85 #define RC4_ID(ctx) ((ctx)->idCtx)
Dpcpprng.h61 IppCtxId idCtx; /* PRNG identifier */ member
72 #define RAND_ID(ctx) ((ctx)->idCtx)
Dpcpprimeg.h61 IppCtxId idCtx; /* Prime context identifier */ member
74 #define PRIME_ID(ctx) ((ctx)->idCtx)
Dpcpgfpecgetpointoctstring.c78 IPP_BADARG_RET(pPoint->idCtx != idCtxGFPPoint, ippStsContextMatchErr);
79 IPP_BADARG_RET(pEC->idCtx != idCtxGFPEC, ippStsContextMatchErr);
Dpcpsms4authccm.h57 IppCtxId idCtx; /* CCM ID */ member
78 #define SMS4CCM_ID(stt) ((stt)->idCtx)
Dpcpdes.h66 IppCtxId idCtx; /* DES spec identifier */ member
80 #define DES_ID(ctx) ((ctx)->idCtx)
Dpcprij.h92 IppCtxId idCtx; /* Rijndael spec identifier */ member
107 IppCtxId idCtx; /* Rijndael spec identifier */ member
122 IppCtxId idCtx; /* Rijndael spec identifier */ member
169 #define RIJ_ID(ctx) ((ctx)->idCtx)
Dpcpgfpstuff.h58 IppCtxId idCtx; /* GF() element ident */ member
63 #define GFPE_ID(pCtx) ((pCtx)->idCtx)
72 IppCtxId idCtx; /* GFp spec ident */ member
83 #define GFP_ID(pCtx) ((pCtx)->idCtx)
Dpcpdlp.h68 IppCtxId idCtx; /* DL identifier */ member
105 #define DLP_ID(ctx) ((ctx)->idCtx)
Dpcpaesauthccm.h58 IppCtxId idCtx; /* CCM ID */ member
79 #define AESCCM_ID(stt) ((stt)->idCtx)
Dpcpgfpecstuff.h63 IppCtxId idCtx; /* EC Point identifier */ member
72 #define ECP_POINT_ID(ctx) ((ctx)->idCtx)
124 IppCtxId idCtx; /* EC identifier */ member
157 #define ECP_ID(pCtx) ((pCtx)->idCtx)
Dpcphmac_rmf.h57 IppCtxId idCtx; /* HMAC identifier */ member
Dpcpsms4.h57 IppCtxId idCtx; /* SMS4 spec identifier */ member
65 #define SMS4_ID(ctx) ((ctx)->idCtx)
Dpcpaesauthgcm.h79 IppCtxId idCtx; /* AES-GCM id */ member
117 #define AESGCM_ID(stt) ((stt)->idCtx)
Dpcpbn.h63 IppCtxId idCtx; /* BigNum ctx id */ member
72 #define BN_ID(pBN) ((pBN)->idCtx)
Dpcpgfpecessm2.h62 IppCtxId idCtx; member
Dpcpgfpecsetpointoctstring.c78 IPP_BADARG_RET(pEC->idCtx != idCtxGFPEC, ippStsContextMatchErr);
Dpcpmontgomery.h63 IppCtxId idCtx; /* Montgomery spec identifier */ member
69 #define MNT_ID(eng) ((eng)->idCtx)