Lines Matching refs:groupIndex
12410 …PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided by …
12421 25 UINT32 *groupIndex // OUT: group index if PCR belongs a
12435 39 *groupIndex = 0;
12447 …the PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided…
12462 49 UINT32 *groupIndex // OUT: group index if PCR belongs a group that
12475 62 *groupIndex = 0;
12532 89 UINT32 groupIndex;
12534 91 return PCRBelongsPolicyGroup(handle, &groupIndex);
12549 99 UINT32 groupIndex;
12551 101 if(PCRBelongsAuthGroup(handle, &groupIndex))
12553 103 *auth = gc.pcrAuthValues.auth[groupIndex];
12575 118 UINT32 groupIndex;
12577 120 if(PCRBelongsPolicyGroup(handle, &groupIndex))
12579 122 *policy = gp.pcrPolicies.policy[groupIndex];
12580 123 return gp.pcrPolicies.hashAlg[groupIndex];
13658 916 UINT32 groupIndex;
13729 981 if(PCRBelongsPolicyGroup(pcr + PCR_FIRST, &groupIndex))
13735 987 if(PCRBelongsAuthGroup(pcr + PCR_FIRST, &groupIndex))