Home
last modified time | relevance | path

Searched refs:prgbPcrValue (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_pcr_extend.c33 BYTE ** prgbPcrValue) /* out */ in Tspi_TPM_PcrExtend() argument
43 if (pulPcrValueLength == NULL || prgbPcrValue == NULL) in Tspi_TPM_PcrExtend()
96 *prgbPcrValue = calloc_tspi(tspContext, sizeof(TPM_PCRVALUE)); in Tspi_TPM_PcrExtend()
97 if (*prgbPcrValue == NULL) { in Tspi_TPM_PcrExtend()
102 memcpy(*prgbPcrValue, &outDigest, sizeof(TPM_PCRVALUE)); in Tspi_TPM_PcrExtend()
112 BYTE **prgbPcrValue) /* out */ in Tspi_TPM_PcrRead() argument
118 if (pulPcrValueLength == NULL || prgbPcrValue == NULL) in Tspi_TPM_PcrRead()
127 *prgbPcrValue = calloc_tspi(tspContext, sizeof(TCPA_PCRVALUE)); in Tspi_TPM_PcrRead()
128 if (*prgbPcrValue == NULL) { in Tspi_TPM_PcrRead()
132 memcpy(*prgbPcrValue, outDigest.digest, sizeof(TCPA_PCRVALUE)); in Tspi_TPM_PcrRead()
Dtspi_pcr_comp.c41 BYTE ** prgbPcrValue) /* out */ in Tspi_PcrComposite_GetPcrValue() argument
43 if (pulPcrValueLength == NULL || prgbPcrValue == NULL) in Tspi_PcrComposite_GetPcrValue()
47 prgbPcrValue); in Tspi_PcrComposite_GetPcrValue()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtspi.h515 BYTE** prgbPcrValue // out
523 BYTE** prgbPcrValue // out
744 BYTE** prgbPcrValue // out