| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tsp_random.c | 63 UINT32 dataLen; 72 dataLen = sizeof(UINT32) + inDataSize; 73 if ((data = malloc(dataLen)) == NULL) { 74 LogError("malloc of %u bytes failed", dataLen); 82 result = obj_context_transport_execute(tspContext, TPM_ORD_StirRandom, dataLen, data, NULL,
|
| tsp_aik.c | 86 UINT32 handlesLen = 0, decLen, dataLen; 94 dataLen = sizeof(TCPA_ENCAUTH) + sizeof(TCPA_CHOSENID_HASH) + idKeyInfoSize; 95 if ((data = malloc(dataLen)) == NULL) { 96 LogError("malloc of %u bytes failed", dataLen); 105 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_MakeIdentity, dataLen,
|
| tsp_bind.c | 35 UINT32 handlesLen, dataLen, decLen; 59 dataLen = sizeof(UINT32) + inDataSize; 60 if ((data = malloc(dataLen)) == NULL) { 61 LogError("malloc of %u bytes failed", dataLen); 69 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_UnBind, dataLen, data,
|
| tsp_caps_tpm.c | 82 UINT32 decLen = 0, dataLen; 93 dataLen = (2 * sizeof(UINT32)) + subCapLen; 94 if ((data = malloc(dataLen)) == NULL) { 95 LogError("malloc of %u bytes failed", dataLen); 104 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_GetCapability, dataLen, 138 UINT32 dataLen; 148 dataLen = (3 * sizeof(UINT32)) + subCapSize + valueSize; 149 if ((data = malloc(dataLen)) == NULL) { 150 LogError("malloc of %u bytes failed", dataLen); 161 result = obj_context_transport_execute(tspContext, TPM_ORD_SetCapability, dataLen, data [all...] |
| tsp_maint.c | 136 UINT32 handlesLen = 0, dataLen, decLen; 144 dataLen = sizeof(TCPA_NONCE) + PubKeySize; 145 if ((data = malloc(dataLen)) == NULL) { 146 LogError("malloc of %u bytes failed", dataLen); 155 dataLen, data, NULL, &handlesLen, NULL, NULL,
|
| tsp_migration.c | 42 UINT32 handlesLen, dataLen, decLen; 66 dataLen = sizeof(TCPA_MIGRATE_SCHEME) 70 if ((data = malloc(dataLen)) == NULL) { 71 LogError("malloc of %u bytes failed", dataLen); 82 dataLen, data, &pubKeyHash, &handlesLen, 131 UINT32 handlesLen, dataLen, decLen; 155 dataLen = (2 * sizeof(UINT32)) + randomSize + inDataSize; 156 if ((data = malloc(dataLen)) == NULL) { 157 LogError("malloc of %u bytes failed", dataLen); 168 dataLen, data, &pubKeyHash, &handlesLen [all...] |
| tsp_nv.c | 34 UINT32 dataLen; 44 dataLen = sizeof(TCPA_ENCAUTH) + cPubInfoSize; 45 if ((data = malloc(dataLen)) == NULL) { 46 LogError("malloc of %u bytes failed", dataLen); 54 result = obj_context_transport_execute(tspContext, TPM_ORD_NV_DefineSpace, dataLen, data, 70 UINT32 dataLen; 80 dataLen = sizeof(TSS_NV_INDEX) + (2 * sizeof(UINT32)) + ulDataLength; 81 if ((data = malloc(dataLen)) == NULL) { 82 LogError("malloc of %u bytes failed", dataLen); 92 result = obj_context_transport_execute(tspContext, TPM_ORD_NV_WriteValue, dataLen, data [all...] |
| tsp_quote.c | 39 UINT32 handlesLen, dataLen, decLen; 65 dataLen = sizeof(TCPA_NONCE) + pcrDataSizeIn; 66 if ((data = malloc(dataLen)) == NULL) { 67 LogError("malloc of %u bytes failed", dataLen); 75 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Quote, dataLen, data,
|
| tsp_quote2.c | 42 UINT32 handlesLen, dataLen, decLen; 68 dataLen = sizeof(TCPA_NONCE) + pcrDataSizeIn + sizeof(TSS_BOOL); 69 if ((data = malloc(dataLen)) == NULL) { 70 LogError("malloc of %u bytes failed", dataLen); 79 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Quote2, dataLen, data,
|
| tsp_sign.c | 36 UINT32 handlesLen, decLen, dataLen; 60 dataLen = sizeof(UINT32) + areaToSignSize; 61 if ((data = malloc(dataLen)) == NULL) { 62 LogError("malloc of %u bytes failed", dataLen); 70 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Sign, dataLen, data,
|
| tsp_seal.c | 88 UINT32 handlesLen, decLen, dataLen; 113 dataLen = (2 * sizeof(UINT32)) + sizeof(TPM_ENCAUTH) + pcrInfoSize + inDataSize; 114 if ((data = malloc(dataLen)) == NULL) { 115 LogError("malloc of %u bytes failed", dataLen); 126 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Seal, dataLen, data, 150 UINT32 handlesLen, decLen, dataLen; 175 dataLen = (2 * sizeof(UINT32)) + sizeof(TPM_ENCAUTH) + pcrInfoSize + inDataSize; 176 if ((data = malloc(dataLen)) == NULL) { 177 LogError("malloc of %u bytes failed", dataLen); 188 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Sealx, dataLen, data [all...] |
| tsp_changeauth.c | 379 UINT32 handlesLen, dataLen, decLen; 404 dataLen = sizeof(TCPA_PROTOCOL_ID) + sizeof(TCPA_ENCAUTH) 408 if ((data = malloc(dataLen)) == NULL) { 409 LogError("malloc of %u bytes failed", dataLen); 420 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_ChangeAuth, dataLen, data,
|
| obj_nv.c | 656 UINT32 dataLen; 675 if ((result = obj_pcrs_get_selection(hPcrComposite, &dataLen, pdata))) { 681 if (dataLen - sizeof(UINT16) > 3) { 690 &dataLen, &ppbHashData))) { 694 memcpy(digAtRelease, ppbHashData, dataLen);
|
| tsp_delegate.c | 444 UINT32 handlesLen = 0, decLen, dataLen; 454 dataLen = sizeof(TPM_FAMILY_ID) 458 if ((data = malloc(dataLen)) == NULL) { 459 LogError("malloc of %u bytes failed", dataLen); 469 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Delegate_Manage, dataLen, 504 UINT32 handlesLen, decLen, dataLen; 528 dataLen = publicInfoSize + sizeof(TPM_ENCAUTH); 529 if ((data = malloc(dataLen)) == NULL) { 530 LogError("malloc of %u bytes failed", dataLen); 539 TPM_ORD_Delegate_CreateKeyDelegation, dataLen, [all...] |
| /src/sys/arch/acorn32/include/ |
| scrio.h | 68 unsigned int dataLen; /* data length, used on write, set of read */
|
| /src/sys/arch/shark/include/ |
| scrio.h | 68 unsigned int dataLen; /* data length, used on write, set of read */
|
| /src/usr.sbin/mopd/common/ |
| pf-linux2.c | 60 u_short dataLen; 262 RDS[0].dataLen = 0; 273 RDS[0].dataLen = cc; 275 RDS[1].dataLen = 0;
|
| /src/external/bsd/elftosb/dist/elftosb2/ |
| ElftosbAST.cpp | 906 unsigned dataLen = m_blob->getLength(); 907 printf("%s(%p:%d)\n", nodeName().c_str(), dataPtr, dataLen);
|
| /src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| tpm.h | 427 UINT32 dataLen;
428 SIZEIS(dataLen)
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 3828 size_t dataLen; 3830 dataPtr = DNSServiceGetValidationData( inSDRef, &dataLen ); 3831 bc_ulog( kLogLevelTrace, "Got %zu bytes of validation data for TXT query result\n", dataLen ); 3836 signedResult = mdns_signed_browse_result_create_from_data( dataPtr, dataLen, &err ); 3869 err = DNSServiceAttrSetValidationData( attr, dataPtr, dataLen ); 4002 size_t dataLen; 4004 dataPtr = DNSServiceGetValidationData( inSDRef, &dataLen ); 4005 bc_ulog( kLogLevelTrace, "Got %zu bytes of validation data for TXT query result\n", dataLen ); 4010 signedResult = mdns_signed_browse_result_create_from_data( dataPtr, dataLen, &err ); 4072 size_t dataLen; [all...] |