Home
last modified time | relevance | path

Searched refs:pcrDrtm (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DPCR.c892 BOOL pcrDrtm = FALSE; in PCRAllocate() local
933 pcrDrtm = pcrDrtm || TEST_BIT(PCR_DRTM, newAllocate.pcrSelections[i]); in PCRAllocate()
935 pcrDrtm = TRUE; in PCRAllocate()
940 pcrHcrtm = pcrDrtm || TEST_BIT(PCR_HCRTM, newAllocate.pcrSelections[i]); in PCRAllocate()
955 if(!pcrDrtm || !pcrHcrtm) in PCRAllocate()
Dpart4.txt13407 726 BOOL pcrDrtm = FALSE;
13456 770 pcrDrtm = pcrDrtm || TEST_BIT(PCR_DRTM, newAllocate.pcrSelections[i]);
13458 772 pcrDrtm = TRUE;
13464 778 pcrHcrtm = pcrDrtm || TEST_BIT(PCR_HCRTM, newAllocate.pcrSelections[i]);
13480 794 if(!pcrDrtm || !pcrHcrtm)