Home
last modified time | relevance | path

Searched refs:pPrivAuth (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_bind.c39 TPM_AUTH *pPrivAuth; in tcs_wrap_UnBind() local
72 pPrivAuth = NULL; in tcs_wrap_UnBind()
77 pPrivAuth = &privAuth; in tcs_wrap_UnBind()
82 pPrivAuth, &outDataSize, &outData); in tcs_wrap_UnBind()
90 if (pPrivAuth != NULL) { in tcs_wrap_UnBind()
91 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pPrivAuth, 0, &data->comm)) { in tcs_wrap_UnBind()
Drpc_quote.c40 TPM_AUTH *pPrivAuth; in tcs_wrap_Quote() local
76 pPrivAuth = NULL; in tcs_wrap_Quote()
81 pPrivAuth = &privAuth; in tcs_wrap_Quote()
86pPrivAuth, &pcrDataSizeOut, &pcrDataOut, &sigSize, &sig); in tcs_wrap_Quote()
94 if (pPrivAuth != NULL) { in tcs_wrap_Quote()
95 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pPrivAuth, 0, &data->comm)) { in tcs_wrap_Quote()
Drpc_selftest.c63 TPM_AUTH *pPrivAuth; in tcs_wrap_CertifySelfTest() local
81 pPrivAuth = NULL; in tcs_wrap_CertifySelfTest()
85 pPrivAuth = &privAuth; in tcs_wrap_CertifySelfTest()
89 result = TCSP_CertifySelfTest_Internal(hContext, hKey, antiReplay, pPrivAuth, &sigSize, in tcs_wrap_CertifySelfTest()
97 if (pPrivAuth != NULL) { in tcs_wrap_CertifySelfTest()
98 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pPrivAuth, 0, &data->comm)) { in tcs_wrap_CertifySelfTest()
Drpc_quote2.c41 TPM_AUTH *pPrivAuth; in tcs_wrap_Quote2() local
84 pPrivAuth = NULL; in tcs_wrap_Quote2()
89 pPrivAuth = &privAuth; in tcs_wrap_Quote2()
94 … addVersion,pPrivAuth, &pcrDataSizeOut, &pcrDataOut, &versionInfoSize, in tcs_wrap_Quote2()
104 if (pPrivAuth != NULL) { in tcs_wrap_Quote2()
105 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pPrivAuth, 0, &data->comm)) { in tcs_wrap_Quote2()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_sign.c31 TPM_AUTH *pPrivAuth = &privAuth; in Tspi_Hash_Sign() local
65 pPrivAuth = &privAuth; in Tspi_Hash_Sign()
71 pPrivAuth = NULL; in Tspi_Hash_Sign()
75pPrivAuth, pulSignatureLength, prgbSignature))) in Tspi_Hash_Sign()
Dtspi_quote.c33 TPM_AUTH *pPrivAuth = &privAuth; in Tspi_TPM_Quote() local
98 pPrivAuth = &privAuth; in Tspi_TPM_Quote()
100 pPrivAuth = NULL; in Tspi_TPM_Quote()
104 … pcrData, pPrivAuth, &pcrDataOutSize, &pcrDataOut, in Tspi_TPM_Quote()
Dtspi_bind.c152 TPM_AUTH *pPrivAuth; in Tspi_Data_Unbind() local
184 pPrivAuth = &privAuth; in Tspi_Data_Unbind()
186 pPrivAuth = NULL; in Tspi_Data_Unbind()
190 pPrivAuth, pulUnboundDataLength, in Tspi_Data_Unbind()
Dtspi_quote2.c36 TPM_AUTH *pPrivAuth = &privAuth; in Tspi_TPM_Quote2() local
107 pPrivAuth = &privAuth; in Tspi_TPM_Quote2()
109 pPrivAuth = NULL; in Tspi_TPM_Quote2()
114 … pcrDataSize, pcrData, fAddVersion, pPrivAuth, in Tspi_TPM_Quote2()