/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcphash.h | 96 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)
|
D | pcphmac.h | 60 IppCtxId idCtx; /* HMAC identifier */ member 67 #define HMAC_CTX_ID(stt) ((stt)->idCtx)
|
D | pcpcmac.h | 60 IppCtxId idCtx; /* CMAC identifier */ member 78 #define CMAC_ID(stt) ((stt)->idCtx)
|
D | pcphash_rmf.h | 56 IppCtxId idCtx; /* hash identifier */ member 66 #define HASH_CTX_ID(stt) ((stt)->idCtx)
|
D | pcpaesmxts.h | 69 IppCtxId idCtx; member 76 #define VALID_AES_XTS_ID(ctx) ((ctx)->idCtx==idCtxAESXTS)
|
D | pcparcfour.h | 71 IppCtxId idCtx; /* RC4 identifier */ member 85 #define RC4_ID(ctx) ((ctx)->idCtx)
|
D | pcpprng.h | 61 IppCtxId idCtx; /* PRNG identifier */ member 72 #define RAND_ID(ctx) ((ctx)->idCtx)
|
D | pcpprimeg.h | 61 IppCtxId idCtx; /* Prime context identifier */ member 74 #define PRIME_ID(ctx) ((ctx)->idCtx)
|
D | pcpgfpecgetpointoctstring.c | 78 IPP_BADARG_RET(pPoint->idCtx != idCtxGFPPoint, ippStsContextMatchErr); 79 IPP_BADARG_RET(pEC->idCtx != idCtxGFPEC, ippStsContextMatchErr);
|
D | pcpsms4authccm.h | 57 IppCtxId idCtx; /* CCM ID */ member 78 #define SMS4CCM_ID(stt) ((stt)->idCtx)
|
D | pcpdes.h | 66 IppCtxId idCtx; /* DES spec identifier */ member 80 #define DES_ID(ctx) ((ctx)->idCtx)
|
D | pcprij.h | 92 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)
|
D | pcpgfpstuff.h | 58 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)
|
D | pcpdlp.h | 68 IppCtxId idCtx; /* DL identifier */ member 105 #define DLP_ID(ctx) ((ctx)->idCtx)
|
D | pcpaesauthccm.h | 58 IppCtxId idCtx; /* CCM ID */ member 79 #define AESCCM_ID(stt) ((stt)->idCtx)
|
D | pcpgfpecstuff.h | 63 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)
|
D | pcphmac_rmf.h | 57 IppCtxId idCtx; /* HMAC identifier */ member
|
D | pcpsms4.h | 57 IppCtxId idCtx; /* SMS4 spec identifier */ member 65 #define SMS4_ID(ctx) ((ctx)->idCtx)
|
D | pcpaesauthgcm.h | 79 IppCtxId idCtx; /* AES-GCM id */ member 117 #define AESGCM_ID(stt) ((stt)->idCtx)
|
D | pcpbn.h | 63 IppCtxId idCtx; /* BigNum ctx id */ member 72 #define BN_ID(pBN) ((pBN)->idCtx)
|
D | pcpgfpecessm2.h | 62 IppCtxId idCtx; member
|
D | pcpgfpecsetpointoctstring.c | 78 IPP_BADARG_RET(pEC->idCtx != idCtxGFPEC, ippStsContextMatchErr);
|
D | pcpmontgomery.h | 63 IppCtxId idCtx; /* Montgomery spec identifier */ member 69 #define MNT_ID(eng) ((eng)->idCtx)
|