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/
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 …(getData(TCSD_PACKET_TYPE_PBYTE, i++, *prgbPlatformCredential, *pcPlatformCredentialSize, &hte->co… in RPC_MakeIdentity_TP()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
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/
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/
Dtcs.h149 UINT32* pcPlatformCredentialSize, // out
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c528 UINT32 * pcPlatformCredentialSize, /* out */ in RPC_MakeIdentity() argument
547 pcPlatformCredentialSize, in RPC_MakeIdentity()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h410 … UINT32 * pcPlatformCredentialSize, /* out */