Home | History | Annotate | Download | only in DxeTpmMeasureBootLib

Lines Matching refs:Sha1Ctx

312   VOID                                 *Sha1Ctx;

335 Sha1Ctx = NULL;
406 Sha1Ctx = AllocatePool (CtxSize);
407 if (Sha1Ctx == NULL) {
412 HashStatus = Sha1Init (Sha1Ctx);
455 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
483 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
507 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
532 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
604 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
640 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
652 HashStatus = Sha1Final (Sha1Ctx, (UINT8 *) &TcgEvent->Digest);
686 if (Sha1Ctx != NULL ) {
687 FreePool (Sha1Ctx);