HomeSort by: relevance | last modified time | path
    Searched refs:rgbPcrValue (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_pcr_comp.c 26 BYTE * rgbPcrValue) /* in */
28 if (ulPcrValueLength == 0 || rgbPcrValue == NULL)
34 return obj_pcrs_set_value(hPcrComposite, ulPcrIndex, ulPcrValueLength, rgbPcrValue);
tspi_pcr_extend.c 54 * 'TSS_PCR_EVENT', in the 'rgbPcrValue' parameter description. */
80 if ((pPcrEvent->rgbPcrValue = calloc_tspi(tspContext,
86 memcpy(pPcrEvent->rgbPcrValue, (BYTE *)&digest.digest, TPM_SHA1_160_HASH_LEN);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_evlog_biosem.c 98 cur->event.rgbPcrValue = malloc(20);
99 if (cur->event.rgbPcrValue == NULL) {
110 memcpy(cur->event.rgbPcrValue, event->digest, 20);
120 free(cur->event.rgbPcrValue);
187 free(cur->event.rgbPcrValue);
225 e->rgbPcrValue = malloc(20);
226 if (e->rgbPcrValue == NULL) {
238 memcpy(e->rgbPcrValue, event->digest, 20);
247 free(e->rgbPcrValue);
tcs_evlog_imaem.c 117 cur->event.rgbPcrValue = malloc(cur->event.ulPcrValueLength);
118 if (cur->event.rgbPcrValue == NULL) {
125 memcpy(cur->event.rgbPcrValue, &page[ptr],
162 free(cur->event.rgbPcrValue);
170 free(cur->event.rgbPcrValue);
218 free(cur->event.rgbPcrValue);
255 event->rgbPcrValue = NULL;
258 event->rgbPcrValue = malloc(event->ulPcrValueLength);
259 if (event->rgbPcrValue == NULL) {
267 memcpy(event->rgbPcrValue, &page[ptr]
    [all...]
tcs_evlog.c 74 free(cur->event.rgbPcrValue);
211 * rgbPcrValue and rgbEvent pointers malloc'd dynamically as the
219 free(ppEvents[j].rgbPcrValue);
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_evlog.c 235 LoadBlob(offset, event->ulPcrValueLength, blob, event->rgbPcrValue);
268 event->rgbPcrValue = malloc(event->ulPcrValueLength);
269 if (event->rgbPcrValue == NULL) {
274 UnloadBlob(offset, event->ulPcrValueLength, blob, event->rgbPcrValue);
276 event->rgbPcrValue = NULL;
284 free(event->rgbPcrValue);
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_structs.h 31 BYTE* rgbPcrValue;
tspi.h 736 BYTE* rgbPcrValue // in
  /src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c 796 Trspi_LoadBlob(offset, event->ulPcrValueLength, blob, event->rgbPcrValue);
829 event->rgbPcrValue = malloc(event->ulPcrValueLength);
830 if (event->rgbPcrValue == NULL) {
835 Trspi_UnloadBlob(offset, event->ulPcrValueLength, blob, event->rgbPcrValue);
837 event->rgbPcrValue = NULL;
1882 result |= Trspi_HashUpdate(c, event->ulPcrValueLength, event->rgbPcrValue);

Completed in 22 milliseconds