Searched defs:eIn (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A DCpriRSA.c700 BYTE *eIn, // IN: the encoded data
714 pAssert(dIn != NULL && eIn != NULL);
719 fail = ((eIn[0] & 0x80) != 0);
721 fail |= (eIn[eInSize - 1] != 0xbc);
725 if((retVal = _cpri__MGF1(mLen, mask, hashAlg, hLen, &eIn[mLen])) < 0)
732 // advances eIn so that it will end up pointing to the seed data
735 *pm++ ^= *eIn++;
762 // hash and the seed to recreate the hash in the lower portion of eIn.
775 fail |= (memcmp(mask, eIn, hLen) != 0);
856 BYTE *eIn // I
695 PssDecode( TPM_ALG_ID hashAlg, UINT32 dInSize, BYTE *dIn, UINT32 eInSize, BYTE *eIn, UINT32 saltSize ) argument
[all...]

Completed in 54 milliseconds