Searched refs:pPrivAuth (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| D | rpc_bind.c | 39 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()
|
| D | rpc_quote.c | 40 TPM_AUTH *pPrivAuth; in tcs_wrap_Quote() local 76 pPrivAuth = NULL; in tcs_wrap_Quote() 81 pPrivAuth = &privAuth; in tcs_wrap_Quote() 86 … pPrivAuth, &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()
|
| D | rpc_selftest.c | 63 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()
|
| D | rpc_quote2.c | 41 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/ |
| D | tspi_sign.c | 31 TPM_AUTH *pPrivAuth = &privAuth; in Tspi_Hash_Sign() local 65 pPrivAuth = &privAuth; in Tspi_Hash_Sign() 71 pPrivAuth = NULL; in Tspi_Hash_Sign() 75 … pPrivAuth, pulSignatureLength, prgbSignature))) in Tspi_Hash_Sign()
|
| D | tspi_quote.c | 33 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()
|
| D | tspi_bind.c | 152 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()
|
| D | tspi_quote2.c | 36 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()
|