Searched refs:Trspi_LoadBlob_PCR_SELECTION (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_pcr.c | 71 Trspi_LoadBlob_PCR_SELECTION(&sizeOffset, hashBlob, select); in pcrs_calc_composite()
|
H A D | obj_encdata.c | 320 Trspi_LoadBlob_PCR_SELECTION(&offset, *data, selection); in obj_encdata_get_pcr_selection()
|
H A D | obj_policy.c | 1567 Trspi_LoadBlob_PCR_SELECTION(&offset, NULL, &public.pcrInfo.pcrSelection); in obj_policy_get_delegation_pcr_selection() 1575 Trspi_LoadBlob_PCR_SELECTION(&offset, *selection, &public.pcrInfo.pcrSelection); in obj_policy_get_delegation_pcr_selection()
|
H A D | obj_nv.c | 723 Trspi_LoadBlob_PCR_SELECTION(&offset, *data, &pcrSelect); in obj_nvstore_create_pcrshortinfo()
|
H A D | obj_pcrs.c | 179 Trspi_LoadBlob_PCR_SELECTION(&offset, out, tmp); in obj_pcrs_get_selection()
|
H A D | obj_rsakey.c | 1670 Trspi_LoadBlob_PCR_SELECTION(&offset, *data, selection); in obj_rsakey_get_pcr_selection()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/ |
H A D | trousers.c | 292 Trspi_LoadBlob_PCR_SELECTION(offset, blob, &pcr->pcrSelection); in Trspi_LoadBlob_PCR_INFO() 333 Trspi_LoadBlob_PCR_SELECTION(offset, blob, &pcr->creationPCRSelection); in Trspi_LoadBlob_PCR_INFO_LONG() 334 Trspi_LoadBlob_PCR_SELECTION(offset, blob, &pcr->releasePCRSelection); in Trspi_LoadBlob_PCR_INFO_LONG() 363 Trspi_LoadBlob_PCR_SELECTION(offset, blob, &pcr->pcrSelection); in Trspi_LoadBlob_PCR_INFO_SHORT() 398 Trspi_LoadBlob_PCR_SELECTION(UINT64 *offset, BYTE *blob, TCPA_PCR_SELECTION *pcr) in Trspi_LoadBlob_PCR_SELECTION() function
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/trousers/ |
H A D | trousers.h | 93 void Trspi_LoadBlob_PCR_SELECTION(UINT64 *offset, BYTE *blob, TCPA_PCR_SELECTION *pcr);
|