Lines Matching refs:eOut
29546 538 BYTE *eOut, // OUT: encoded data buffer
29564 556 pAssert(eOut != NULL && hLen > 0 && hashIn != NULL );
29581 568 //using eOut for scratch space
29583 570 memset(eOut, 0, 8);
29598 585 _cpri__UpdateHash(&hashState, 8, eOut);
29601 588 _cpri__CompleteHash(&hashState, hLen, &eOut[eOutSize - hLen - 1]);
29604 591 if((retVal = _cpri__MGF1(mLen, eOut, hashAlg, hLen, &eOut[mLen])) < 0)
29611 598 eOut[0] &= 0x7f;
29613 600 // Before we mess up the eOut value, set the last byte to 0xbc
29614 601 eOut[eOutSize - 1] = 0xbc;
29617 604 eOut = &eOut[mLen - saltSize - 1];
29618 605 *eOut++ ^= 0x01;
29622 609 *eOut++ ^= *ps++;
29775 719 BYTE *eOut, // OUT: the encoded block
29790 729 pAssert(eOut != NULL && hIn != NULL);
29807 746 *eOut++ = 0; // initial byte of zero
29808 747 *eOut++ = 1; // byte of 0x01
29810 749 *eOut++ = 0xff; // bunch of 0xff
29811 750 *eOut++ = 0; // another 0
29813 752 *eOut++ = *der++; // copy the DER
29815 754 *eOut++ = *hIn++; // copy the hash