Home
last modified time | relevance | path

Searched refs:pcIdentityBindingSize (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_aik.c81 UINT32 * pcIdentityBindingSize, /* out */ in Transport_MakeIdentity2() argument
127 Trspi_UnloadBlob_UINT32(&offset, pcIdentityBindingSize, dec); in Transport_MakeIdentity2()
128 if ((*prgbIdentityBinding = malloc(*pcIdentityBindingSize)) == NULL) { in Transport_MakeIdentity2()
133 LogError("malloc of %u bytes failed", *pcIdentityBindingSize); in Transport_MakeIdentity2()
134 *pcIdentityBindingSize = 0; in Transport_MakeIdentity2()
137 Trspi_UnloadBlob(&offset, *pcIdentityBindingSize, dec, *prgbIdentityBinding); in Transport_MakeIdentity2()
Dtspi_aik.c52 UINT32 pcIdentityBindingSize; in Tspi_TPM_CollateIdentityRequest() local
220 … &idKeySize, &newIdKey, &pcIdentityBindingSize, in Tspi_TPM_CollateIdentityRequest()
227 &newIdKey, &pcIdentityBindingSize, in Tspi_TPM_CollateIdentityRequest()
242 result |= Trspi_Hash_UINT32(&hashCtx, pcIdentityBindingSize); in Tspi_TPM_CollateIdentityRequest()
243 result |= Trspi_HashUpdate(&hashCtx, pcIdentityBindingSize, prgbIdentityBinding); in Tspi_TPM_CollateIdentityRequest()
305 Trspi_LoadBlob_UINT32(&offset, pcIdentityBindingSize, hashblob); in Tspi_TPM_CollateIdentityRequest()
312 Trspi_LoadBlob(&offset, pcIdentityBindingSize, hashblob, prgbIdentityBinding); in Tspi_TPM_CollateIdentityRequest()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_aik.c39 UINT32 * pcIdentityBindingSize, /* out */ in TCSP_MakeIdentity_Internal() argument
79 … idKey, pcIdentityBindingSize, prgbIdentityBinding, in TCSP_MakeIdentity_Internal()
187 UINT32 * pcIdentityBindingSize, /* out */ in TCSP_MakeIdentity2_Internal() argument
218 … idKey, pcIdentityBindingSize, prgbIdentityBinding, in TCSP_MakeIdentity2_Internal()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_aik.c38 UINT32 * pcIdentityBindingSize, /* out */ in RPC_MakeIdentity_TP() argument
106 … if (getData(TCSD_PACKET_TYPE_UINT32, i++, pcIdentityBindingSize, 0, &hte->comm)) { in RPC_MakeIdentity_TP()
112 *prgbIdentityBinding = (BYTE *) malloc(*pcIdentityBindingSize); in RPC_MakeIdentity_TP()
114 LogError("malloc of %u bytes failed.", *pcIdentityBindingSize); in RPC_MakeIdentity_TP()
119 …if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *prgbIdentityBinding, *pcIdentityBindingSize, &hte->comm)… in RPC_MakeIdentity_TP()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtcs.h145 UINT32* pcIdentityBindingSize, // out
165 UINT32* pcIdentityBindingSize, // out
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h406 UINT32 * pcIdentityBindingSize, /* out */
425 UINT32 * pcIdentityBindingSize, /* out */
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c524 UINT32 * pcIdentityBindingSize, /* out */ in RPC_MakeIdentity() argument
544pcIdentityBindingSize, prgbIdentityBinding, in RPC_MakeIdentity()