Searched refs:_cpri__CompleteHash (Results 1 - 7 of 7) sorted by relevance

/external/tpm2/
H A Dstubs_hash.c31 _cpri__CompleteHash(&localState, digestSize, oPadKey->buffer);
72 _cpri__CompleteHash(hashState, digestSize, digest);
78 return _cpri__CompleteHash(&localState, dOutSize, dOut);
235 _cpri__CompleteHash(&hashState, hLen, stream);
H A DCpriHash_fp.h11 _cpri__CompleteHash(CPRI_HASH_STATE *hashState, // IN: the state of hash stack
H A DCpriHash.c393 // _cpri__CompleteHash()
405 _cpri__CompleteHash( function
587 _cpri__CompleteHash(&localState, digestSize, oPadKey->buffer);
640 _cpri__CompleteHash(hashState, digestSize, digest);
646 return _cpri__CompleteHash(&localState, dOutSize, dOut);
918 _cpri__CompleteHash(&hashState, hLen, stream);
H A DRSAKeySieve.c187 _cpri__CompleteHash(&h, fill, pb);
193 _cpri__CompleteHash(&h, fill, pb);
750 _cpri__CompleteHash(&(ktx->iPadCtx), 0, NULL);
751 _cpri__CompleteHash(&(ktx->oPadCtx), 0, NULL);
H A DCpriRSA.c653 _cpri__CompleteHash(&hashState, hLen, &eOut[eOutSize - hLen - 1]);
771 retVal = _cpri__CompleteHash(&hashState, MAX_DIGEST_SIZE, mask);
1281 _cpri__CompleteHash(&h, fill, pb);
1287 _cpri__CompleteHash(&h, fill, pb);
1395 _cpri__CompleteHash(&h2, 0, NULL);
1396 _cpri__CompleteHash(&h1, 0, NULL);
H A DCpriECC.c1149 if(_cpri__CompleteHash(&hashState, digestSize, T2b.b.buffer) != digestSize)
1587 if(_cpri__CompleteHash(&hashState, digestSize, rPrime.t.buffer) != digestSize)
H A DCryptUtil.c441 return _cpri__CompleteHash(&hashState->state, digestSize, digest);

Completed in 107 milliseconds