Searched refs:ordSize (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_audit.c33 UINT32* ordSize, /* out */
47 if ((ordSize == NULL) || (ordList == NULL))
63 *ordSize = 0;
75 (*ordSize + tcsOrdSize) * sizeof(UINT32))) == NULL) {
76 LogError("malloc of %u bytes failed.", *ordSize + tcsOrdSize);
82 memcpy(pulTemp, *ordList, *ordSize * sizeof(UINT32));
83 memcpy(pulTemp + *ordSize, tcsOrdList, tcsOrdSize * sizeof(UINT32));
91 *ordSize += tcsOrdSize;
96 (BYTE *)(*ordList + (*ordSize - 1)));
126 *ordSize
26 Tspi_TPM_GetAuditDigest(TSS_HTPM hTpm, TSS_HKEY hKey, TSS_BOOL closeAudit, UINT32* pulAuditDigestSize, BYTE** prgbAuditDigest, TPM_COUNTER_VALUE* pCounterValue, TSS_VALIDATION* pValidationData, UINT32* ordSize, UINT32** ordList) argument
[all...]
H A Dtsp_audit.c119 UINT32 *ordSize, /* out */
158 Trspi_UnloadBlob_UINT32(&offset, ordSize, dec);
160 if ((*ordList = malloc(*ordSize)) == NULL) {
165 LogError("malloc of %u bytes failed", *ordSize);
166 *ordSize = 0;
170 Trspi_UnloadBlob(&offset, *ordSize, dec, *(BYTE **)ordList);
171 *ordSize /= sizeof(UINT32);
113 Transport_GetAuditDigest(TSS_HCONTEXT tspContext, UINT32 startOrdinal, TPM_DIGEST *auditDigest, UINT32 *counterValueSize, BYTE **counterValue, TSS_BOOL *more, UINT32 *ordSize, UINT32 **ordList) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_audit.c70 UINT32 *ordSize, /* out */
92 counterValueSize, counterValue, more, ordSize,
96 /* ordSize is returned from the TPM as the number of bytes in ordList
97 so ordSize needs to be converted to comply with the TSS spec which
99 *ordSize = *ordSize / sizeof(UINT32);
64 TCSP_GetAuditDigest_Internal(TCS_CONTEXT_HANDLE hContext, UINT32 startOrdinal, TPM_DIGEST *auditDigest, UINT32 *counterValueSize, BYTE **counterValue, TSS_BOOL *more, UINT32 *ordSize, UINT32 **ordList) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_audit.c67 UINT32 *ordSize, /* out */
113 if (getData(TCSD_PACKET_TYPE_UINT32, 4, ordSize, 0, &hte->comm)) {
119 *ordList = (UINT32 *)malloc(*ordSize * sizeof(UINT32));
121 LogError("malloc of %u bytes failed.", *ordSize);
127 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, *ordList, *ordSize * sizeof(UINT32), &hte->comm)) {
61 RPC_GetAuditDigest_TP(struct host_table_entry *hte, UINT32 startOrdinal, TPM_DIGEST *auditDigest, UINT32 *counterValueSize, BYTE **counterValue, TSS_BOOL *more, UINT32 *ordSize, UINT32 **ordList) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_audit.c83 UINT32 ordSize; local
101 &more, &ordSize, &ordList);
127 if (setData(TCSD_PACKET_TYPE_UINT32, 4, &ordSize, 0, &data->comm)) {
131 if (setData(TCSD_PACKET_TYPE_PBYTE, 5, ordList, ordSize * sizeof(UINT32), &data->comm)) {
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h1085 UINT32* ordSize, // out
H A Dtspi.h711 UINT32* ordSize, // out
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2774 UINT32 *ordSize, /* out */
2787 ordSize, ordList);
2768 RPC_GetAuditDigest(TSS_HCONTEXT hContext, UINT32 startOrdinal, TPM_DIGEST *auditDigest, UINT32 *counterValueSize, BYTE **counterValue, TSS_BOOL *more, UINT32 *ordSize, UINT32 **ordList) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h1026 UINT32* ordSize, /* out */

Completed in 107 milliseconds