Searched refs:obj_pcrs_get_selection (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | obj_pcrs.h | 39 TSS_RESULT obj_pcrs_get_selection(TSS_HPCRS, UINT32 *, BYTE *);
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_pcr_extend.c | 153 if ((result = obj_pcrs_get_selection(hPcrComposite, &pcrDataSize, pcrData))) in Tspi_TPM_PcrReset()
|
H A D | tspi_quote.c | 82 if ((result = obj_pcrs_get_selection(hPcrComposite, &pcrDataSize, pcrData))) in Tspi_TPM_Quote()
|
H A D | tspi_quote2.c | 91 if ((result = obj_pcrs_get_selection(hPcrComposite, &pcrDataSize, pcrData))) in Tspi_TPM_Quote2()
|
H A D | obj_nv.c | 675 if ((result = obj_pcrs_get_selection(hPcrComposite, &dataLen, pdata))) { in obj_nvstore_create_pcrshortinfo()
|
H A D | obj_pcrs.c | 150 obj_pcrs_get_selection(TSS_HPCRS hPcrs, UINT32 *size, BYTE *out) in obj_pcrs_get_selection() function
|