Searched refs:pcrInfo (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_delegate.c169 free(public.pcrInfo.pcrSelection.pcrSelect);
407 tssDelegateEntry.pcrInfo.sizeOfSelect =
408 tpmDelegatePublic.pcrInfo.pcrSelection.sizeOfSelect;
409 tssDelegateEntry.pcrInfo.selection =
410 tpmDelegatePublic.pcrInfo.pcrSelection.pcrSelect;
411 tssDelegateEntry.pcrInfo.sizeOfDigestAtRelease =
412 sizeof(tpmDelegatePublic.pcrInfo.digestAtRelease.digest);
413 tssDelegateEntry.pcrInfo.digestAtRelease =
414 tpmDelegatePublic.pcrInfo.digestAtRelease.digest;
418 free(tpmDelegatePublic.pcrInfo
[all...]
H A Dobj_encdata.c195 digest = &encdata->pcrInfo.info11.digestAtCreation;
197 digest = &encdata->pcrInfo.info11.digestAtRelease;
205 digest = &encdata->pcrInfo.infolong.digestAtCreation;
207 digest = &encdata->pcrInfo.infolong.digestAtRelease;
249 *locality = encdata->pcrInfo.infolong.localityAtCreation;
251 *locality = encdata->pcrInfo.infolong.localityAtRelease;
288 selection = &encdata->pcrInfo.info11.pcrSelection;
292 selection = &encdata->pcrInfo.infolong.creationPCRSelection;
294 selection = &encdata->pcrInfo.infolong.releasePCRSelection;
343 &encdata->pcrInfo
[all...]
H A Dtspi_quote2.c161 TPM_PCR_INFO_SHORT pcrInfo; local
164 if ((result = Trspi_UnloadBlob_PCR_INFO_SHORT(&offset, pcrDataOut, &pcrInfo))) {
166 free(pcrInfo.pcrSelection.pcrSelect);
172 free(pcrInfo.pcrSelection.pcrSelect);
175 if ((result = obj_pcrs_set_locality(hPcrComposite, pcrInfo.localityAtRelease))) {
184 pcrInfo.digestAtRelease))) {
H A Dobj_policy.c1163 free(public.pcrInfo.pcrSelection.pcrSelect);
1251 free(public.pcrInfo.pcrSelection.pcrSelect);
1301 free(public.pcrInfo.pcrSelection.pcrSelect);
1423 free(public.pcrInfo.pcrSelection.pcrSelect);
1450 free(public.pcrInfo.pcrSelection.pcrSelect);
1477 free(public.pcrInfo.pcrSelection.pcrSelect);
1503 *locality = public.pcrInfo.localityAtRelease;
1504 free(public.pcrInfo.pcrSelection.pcrSelect);
1536 memcpy(*digest, &public.pcrInfo.digestAtRelease.digest, TPM_SHA1_160_HASH_LEN);
1538 free(public.pcrInfo
[all...]
H A Dtsp_delegate.c357 free(tempPublic.pcrInfo.pcrSelection.pcrSelect);
381 BYTE *pcrInfo = NULL; local
392 if ((result = obj_pcrs_create_info_short(hPcrs, &pcrInfoSize, &pcrInfo)))
399 if ((result = Trspi_UnloadBlob_PCR_INFO_SHORT(&offset, pcrInfo, &public.pcrInfo)))
426 free(pcrInfo);
427 free(public.pcrInfo.pcrSelection.pcrSelect);
H A Dobj_rsakey.c1503 &rsakey->pcrInfo.infolong)))
1507 &rsakey->pcrInfo.info11)))
1545 digest = &rsakey->pcrInfo.info11.digestAtCreation;
1547 digest = &rsakey->pcrInfo.info11.digestAtRelease;
1555 digest = &rsakey->pcrInfo.infolong.digestAtCreation;
1557 digest = &rsakey->pcrInfo.infolong.digestAtRelease;
1600 *locality = rsakey->pcrInfo.infolong.localityAtCreation;
1602 *locality = rsakey->pcrInfo.infolong.localityAtRelease;
1639 selection = &rsakey->pcrInfo.info11.pcrSelection;
1647 selection = &rsakey->pcrInfo
1792 BYTE *pcrInfo; local
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_encdata.h24 } pcrInfo; member in struct:tr_encdata_obj
H A Dobj_rsakey.h35 } pcrInfo; member in struct:tr_rsakey_obj
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_structs.h638 TSS_PCR_INFO_SHORT pcrInfo; member in struct:tdTSS_DELEGATION_TABLE_ENTRY
H A Dtpm.h987 TPM_PCR_INFO_SHORT pcrInfo; member in struct:tdTPM_EK_BLOB_ACTIVATE
1377 TPM_PCR_INFO_SHORT pcrInfo; member in struct:tdTPM_DELEGATE_PUBLIC
/netbsd-current/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c870 /* exclude pcrInfo when PCRInfoSize is 0 as spec'd in TPM 1.1b spec p.71 */
888 /* exclude pcrInfo when PCRInfoSize is 0 as spec'd in TPM 1.1b spec p.71 */
1905 /* exclude pcrInfo when PCRInfoSize is 0 as spec'd in TPM 1.1b spec p.71 */
1927 /* exclude pcrInfo when PCRInfoSize is 0 as spec'd in TPM 1.1b spec p.71 */
2313 if ((result = Trspi_UnloadBlob_PCR_INFO_SHORT(offset, blob, &pub->pcrInfo)))
2327 Trspi_LoadBlob_PCR_INFO_SHORT(offset, blob, &pub->pcrInfo);
2361 free(owner->pub.pcrInfo.pcrSelection.pcrSelect);
2371 free(owner->pub.pcrInfo.pcrSelection.pcrSelect);
2423 free(key->pub.pcrInfo.pcrSelection.pcrSelect);
2433 free(key->pub.pcrInfo
[all...]

Completed in 193 milliseconds