Searched refs:PCRInfo (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_seal.c39 BYTE *PCRInfo = NULL, *inData = NULL; local
62 PCRInfo = calloc(1, PCRInfoSize);
63 if (PCRInfo == NULL) {
68 if (getData(TCSD_PACKET_TYPE_PBYTE, i++, PCRInfo, PCRInfoSize, &data->comm)) {
69 free(PCRInfo);
75 free(PCRInfo);
83 free(PCRInfo);
89 free(PCRInfo);
99 free(PCRInfo);
107 PCRInfo, inDataSiz
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_key.c467 key->PCRInfo = NULL;
469 key->PCRInfo = malloc(key->PCRInfoSize);
470 if (key->PCRInfo == NULL) {
478 UnloadBlob(offset, key->PCRInfoSize, blob, key->PCRInfo);
482 free(key->PCRInfo);
483 key->PCRInfo = NULL;
502 free(key->PCRInfo);
503 key->PCRInfo = NULL;
529 LoadBlob(offset, key->PCRInfoSize, blob, key->PCRInfo);
585 free(key->PCRInfo);
[all...]
H A Dtcs_utils.c442 certify->PCRInfo = (BYTE *)malloc(certify->PCRInfoSize);
443 if (certify->PCRInfo == NULL) {
451 UnloadBlob(offset, certify->PCRInfoSize, blob, certify->PCRInfo);
453 certify->PCRInfo = NULL;
H A Dtcs_key_mem_cache.c361 entry->blob->PCRInfo = (BYTE *)malloc(key_blob->PCRInfoSize);
362 if (entry->blob->PCRInfo == NULL) {
370 memcpy(entry->blob->PCRInfo, key_blob->PCRInfo, key_blob->PCRInfoSize);
379 free(entry->blob->PCRInfo);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h115 BYTE *PCRInfo; member in struct:tdTSS_KEY
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_key.c39 free(key->PCRInfo);
40 key->PCRInfo = NULL;
H A Dobj_rsakey.c1499 if (rsakey->key.PCRInfoSize && rsakey->key.PCRInfo) {
1502 if ((result = Trspi_UnloadBlob_PCR_INFO_LONG(&offset, rsakey->key.PCRInfo,
1506 if ((result = Trspi_UnloadBlob_PCR_INFO(&offset, rsakey->key.PCRInfo,
1810 rsakey->key.PCRInfo = pcrInfo;
1825 free(rsakey->key.PCRInfo);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c415 Trspi_LoadBlob(offset, key->PCRInfoSize, blob, key->PCRInfo);
430 Trspi_LoadBlob(offset, key->PCRInfoSize, blob, key->PCRInfo);
569 key->PCRInfo = malloc(key->PCRInfoSize);
570 if (key->PCRInfo == NULL) {
574 Trspi_UnloadBlob(offset, key->PCRInfoSize, blob, key->PCRInfo);
576 key->PCRInfo = NULL;
628 key->PCRInfo = malloc(key->PCRInfoSize);
629 if (key->PCRInfo == NULL) {
633 Trspi_UnloadBlob(offset, key->PCRInfoSize, blob, key->PCRInfo);
635 key->PCRInfo
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm.h863 BYTE *PCRInfo; member in struct:tdTPM_KEY
880 BYTE *PCRInfo; member in struct:tdTPM_KEY12
928 BYTE *PCRInfo; member in struct:tdTPM_CERTIFY_INFO
945 BYTE *PCRInfo; member in struct:tdTPM_CERTIFY_INFO2

Completed in 176 milliseconds