Home
last modified time | relevance | path

Searched refs:hashCtx (Results 1 – 7 of 7) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpshsmgfca.c105 IppsHashState hashCtx; variable
106 ippsHashInit(&hashCtx, hashAlg);
118 cpReInitHash(&hashCtx, hashAlg);
119 ippsHashUpdate(pSeed, seedLen, &hashCtx);
120 ippsHashUpdate(cnt, 4, &hashCtx);
123 ippsHashFinal(pMask+outLen, &hashCtx);
128 ippsHashFinal(md, &hashCtx);
Dpcpmgf2ca_rmf.c93 __ALIGN8 IppsHashState_rmf hashCtx; variable
94 ippsHashInit_rmf(&hashCtx, pMethod);
106 ippsHashUpdate_rmf(pSeed, seedLen, &hashCtx);
107 ippsHashUpdate_rmf(cnt, 4, &hashCtx);
110 ippsHashFinal_rmf(pMask+outLen, &hashCtx);
115 ippsHashFinal_rmf(md, &hashCtx);
Dpcpmgf1ca_rmf.c92 __ALIGN8 IppsHashState_rmf hashCtx; variable
93 ippsHashInit_rmf(&hashCtx, pMethod);
105 ippsHashUpdate_rmf(pSeed, seedLen, &hashCtx);
106 ippsHashUpdate_rmf(cnt, 4, &hashCtx);
109 ippsHashFinal_rmf(pMask+outLen, &hashCtx);
114 ippsHashFinal_rmf(md, &hashCtx);
Dpcpgfpecsetpointhash_rmf.c134 IppsHashState_rmf hashCtx; variable
135 ippsHashInit_rmf(&hashCtx, pMethod);
146 ippsHashUpdate_rmf(hdrOctStr, sizeof(hdrOctStr), &hashCtx);
147 ippsHashUpdate_rmf(pMsg, msgLen, &hashCtx);
148 ippsHashFinal_rmf(md, &hashCtx);
Dpcpgfpecsetpointhash.c134 IppsHashState hashCtx; variable
135 ippsHashInit(&hashCtx, hashID);
146 ippsHashUpdate(hdrOctStr, sizeof(hdrOctStr), &hashCtx);
147 ippsHashUpdate(pMsg, msgLen, &hashCtx);
148 ippsHashFinal(md, &hashCtx);
Dpcphmac.h63 IppsHashState hashCtx; /* hash context */ member
68 #define HASH_CTX(stt) ((stt)->hashCtx)
Dpcphmac_rmf.h60 IppsHashState_rmf hashCtx; /* hash context */ member