Lines Matching refs:groupIndex
50 UINT32 *groupIndex // OUT: group index if PCR belongs a in PCRBelongsAuthGroup() argument
82 UINT32 *groupIndex // OUT: group index if PCR belongs a group that in PCRBelongsPolicyGroup() argument
138 UINT32 groupIndex; in PCRPolicyIsAvailable() local
139 return PCRBelongsPolicyGroup(handle, &groupIndex); in PCRPolicyIsAvailable()
154 UINT32 groupIndex; in PCRGetAuthValue() local
155 if(PCRBelongsAuthGroup(handle, &groupIndex)) in PCRGetAuthValue()
157 *auth = gc.pcrAuthValues.auth[groupIndex]; in PCRGetAuthValue()
178 UINT32 groupIndex; in PCRGetAuthPolicy() local
179 if(PCRBelongsPolicyGroup(handle, &groupIndex)) in PCRGetAuthPolicy()
181 *policy = gp.pcrPolicies.policy[groupIndex]; in PCRGetAuthPolicy()
182 return gp.pcrPolicies.hashAlg[groupIndex]; in PCRGetAuthPolicy()
1105 UINT32 groupIndex; in PCRGetProperty() local
1168 if(PCRBelongsPolicyGroup(pcr + PCR_FIRST, &groupIndex)) in PCRGetProperty()
1174 if(PCRBelongsAuthGroup(pcr + PCR_FIRST, &groupIndex)) in PCRGetProperty()