Home
last modified time | relevance | path

Searched refs:pcPlatformCredentialSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_aik.c42 UINT32 * pcPlatformCredentialSize, /* out */ in RPC_MakeIdentity_TP() argument
150 if (getData(TCSD_PACKET_TYPE_UINT32, i++, pcPlatformCredentialSize, 0, &hte->comm)) { in RPC_MakeIdentity_TP()
160 *prgbPlatformCredential = (BYTE *) malloc(*pcPlatformCredentialSize); in RPC_MakeIdentity_TP()
162 LogError("malloc of %u bytes failed.", *pcPlatformCredentialSize); in RPC_MakeIdentity_TP()
171 …if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *prgbPlatformCredential, *pcPlatformCredentialSize, &hte-… in RPC_MakeIdentity_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_aik.c56 UINT32 pcPlatformCredentialSize; in Tspi_TPM_CollateIdentityRequest() local
230 &pcPlatformCredentialSize, &prgbPlatformCredential, in Tspi_TPM_CollateIdentityRequest()
296 pcPlatformCredentialSize = tempCredSize; in Tspi_TPM_CollateIdentityRequest()
307 Trspi_LoadBlob_UINT32(&offset, pcPlatformCredentialSize, hashblob); in Tspi_TPM_CollateIdentityRequest()
314 Trspi_LoadBlob(&offset, pcPlatformCredentialSize, hashblob, prgbPlatformCredential); in Tspi_TPM_CollateIdentityRequest()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_aik.c43 UINT32 * pcPlatformCredentialSize, /* out */ in TCSP_MakeIdentity_Internal() argument
84 get_credential(TSS_TCS_CREDENTIAL_PLATFORMCERT, pcPlatformCredentialSize, in TCSP_MakeIdentity_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h149 UINT32* pcPlatformCredentialSize, // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c528 UINT32 * pcPlatformCredentialSize, /* out */ in RPC_MakeIdentity() argument
547 pcPlatformCredentialSize, in RPC_MakeIdentity()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h410 UINT32 * pcPlatformCredentialSize, /* out */