Searched refs:inputSize (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tspi_delegate.c | 230 UINT32 inputSize; in Tspi_TPM_Delegate_UpdateVerificationCount() local 255 inputSize = sizeof(UINT32); in Tspi_TPM_Delegate_UpdateVerificationCount() 256 input = calloc_tspi(hContext, inputSize); in Tspi_TPM_Delegate_UpdateVerificationCount() 265 &inputSize, &input))) in Tspi_TPM_Delegate_UpdateVerificationCount() 272 result |= Trspi_Hash_UINT32(&hashCtx, inputSize); in Tspi_TPM_Delegate_UpdateVerificationCount() 273 result |= Trspi_HashUpdate(&hashCtx, inputSize, input); in Tspi_TPM_Delegate_UpdateVerificationCount() 284 if ((result = TCS_API(hContext)->Delegate_UpdateVerificationCount(hContext, inputSize, in Tspi_TPM_Delegate_UpdateVerificationCount()
|
| H A D | tsp_delegate.c | 713 UINT32 inputSize, /* in */ in Transport_Delegate_UpdateVerificationCount() argument 730 dataLen = sizeof(UINT32) + inputSize; in Transport_Delegate_UpdateVerificationCount() 737 Trspi_LoadBlob_UINT32(&offset, inputSize, data); in Transport_Delegate_UpdateVerificationCount() 738 Trspi_LoadBlob(&offset, inputSize, data, input); in Transport_Delegate_UpdateVerificationCount()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc_delegate.c | 431 UINT32 inputSize; in tcs_wrap_Delegate_UpdateVerificationCount() local 450 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &inputSize, 0, &data->comm)) in tcs_wrap_Delegate_UpdateVerificationCount() 453 input = malloc(inputSize); in tcs_wrap_Delegate_UpdateVerificationCount() 455 LogError("malloc of %u bytes failed.", inputSize); in tcs_wrap_Delegate_UpdateVerificationCount() 458 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, input, inputSize, &data->comm)) { in tcs_wrap_Delegate_UpdateVerificationCount() 475 result = TCSP_Delegate_UpdateVerificationCount_Internal(hContext, inputSize, input, in tcs_wrap_Delegate_UpdateVerificationCount()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_delegate.c | 244 UINT32 inputSize, /* in */ in TCSP_Delegate_UpdateVerificationCount_Internal() argument 265 if ((result = tpm_rqu_build(TPM_ORD_Delegate_UpdateVerification, &offset, txBlob, inputSize, in TCSP_Delegate_UpdateVerificationCount_Internal() 266 inputSize, input, ownerAuth, NULL))) in TCSP_Delegate_UpdateVerificationCount_Internal()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_delegate.c | 324 UINT32 inputSize, /* in */ in RPC_Delegate_UpdateVerificationCount_TP() argument 339 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &inputSize, 0, &hte->comm)) in RPC_Delegate_UpdateVerificationCount_TP() 341 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, input, inputSize, &hte->comm)) in RPC_Delegate_UpdateVerificationCount_TP()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tcs.h | 778 UINT32 inputSize, // in
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 3037 UINT32 inputSize, /* in */ in RPC_Delegate_UpdateVerificationCount() argument 3051 result = RPC_Delegate_UpdateVerificationCount_TP(entry, inputSize, input, in RPC_Delegate_UpdateVerificationCount()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 1099 UINT32 inputSize, /* in */
|