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

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_audit.c81 UINT32 *ordList; local
95 &more, &ordSize, &ordList);
103 free(ordList);
108 free(ordList);
113 free(ordList);
118 free(ordList);
122 free(ordList);
125 if (setData(TCSD_PACKET_TYPE_PBYTE, 5, ordList, ordSize * sizeof(UINT32), &data->comm)) {
126 free(ordList);
129 free(ordList);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_audit.c34 UINT32** ordList) /* out */
47 if ((ordSize == NULL) || (ordList == NULL))
62 *ordList = NULL;
81 if (*ordList)
82 memcpy(pulTemp, *ordList, *ordSize * sizeof(UINT32));
88 if (*ordList)
89 free_tspi(tspContext, *ordList);
90 *ordList = pulTemp;
96 (BYTE *)(*ordList + (*ordSize - 1)));
121 if (*ordList)
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.c120 UINT32 **ordList) /* out */
160 if ((*ordList = malloc(*ordSize)) == NULL) {
170 Trspi_UnloadBlob(&offset, *ordSize, dec, *(BYTE **)ordList);
113 Transport_GetAuditDigest(TSS_HCONTEXT tspContext, UINT32 startOrdinal, TPM_DIGEST *auditDigest, UINT32 *counterValueSize, BYTE **counterValue, TSS_BOOL *more, UINT32 *ordSize, UINT32 **ordList) argument
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_audit.c67 UINT32 **ordList) /* out */
118 *ordList = (UINT32 *)malloc(*ordSize * sizeof(UINT32));
119 if (*ordList == NULL) {
126 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, *ordList, *ordSize * sizeof(UINT32), &hte->comm)) {
129 free(*ordList);
130 *ordList = NULL;
60 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-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_audit.c71 UINT32 **ordList) /* out */
93 ordList)))
96 /* ordSize is returned from the TPM as the number of bytes in ordList
98 returns the number of ordinals contained in ordList */
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-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h1086 UINT32** ordList // out
H A Dtspi.h712 UINT32** ordList // out
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2775 UINT32 **ordList) /* 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-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h1032 UINT32** ordList /* out */

Completed in 124 milliseconds