Searched refs:pcIdentityBindingSize (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_aik.c | 81 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()
|
| D | tspi_aik.c | 52 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/ |
| D | tcsi_aik.c | 39 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/ |
| D | rpc_aik.c | 38 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/ |
| D | tcs.h | 145 UINT32* pcIdentityBindingSize, // out 165 UINT32* pcIdentityBindingSize, // out
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/ |
| D | tcs_utils.h | 406 UINT32 * pcIdentityBindingSize, /* out */ 425 UINT32 * pcIdentityBindingSize, /* out */
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| D | tcs_api.c | 524 UINT32 * pcIdentityBindingSize, /* out */ in RPC_MakeIdentity() argument 544 … pcIdentityBindingSize, prgbIdentityBinding, in RPC_MakeIdentity()
|