search for: contextlist

Displaying 2 results from an estimated 2 matches for "contextlist".

Did you mean: context_list
2013 Oct 25
0
Wine release 1.7.5
.... crypt32: Don't use links to certs in memory store. crypt32: Added more cert duplicate and link tests. crypt32: Get rid of no longer used functions. crypt32: Store properties directly in link contexts and get rid of Context_GetProperties. crypt32: Use context_t in ContextList_Add. crypt32: Use context_t in enumContext. crypt32: Use context_t in addContext. crypt32: Get rid of no longer needed BASE_CONTEXT. crypt32: Get rid of no longer needed fields in ContextList. crypt32: Get rid of no longer needed contextSize arguments. crypt32: M...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...l_TPM_DIGEST(ptr, length, &v->auditDigest) -+ || tpm_marshal_BOOL(ptr, length, v->auditSession) -+ || tpm_marshal_TPM_CURRENT_TICKS(ptr, length, &v->currentTicks) -+ || tpm_marshal_UINT32(ptr, length, v->contextCount) -+ || tpm_marshal_UINT32_ARRAY(ptr, length, v->contextList, TPM_MAX_SESSION_LIST)) return -1; -+ for (i = 0; i < TPM_MAX_SESSIONS; i++) { -+ if (tpm_marshal_TPM_SESSION_DATA(ptr, length, &v->sessions[i])) return -1; -+ } -+ for (i = 0; i < TPM_MAX_SESSIONS_DAA; i++) { -+ if (tpm_marshal_TPM_DAA_SESSION_DATA(ptr, length, &v->ses...