HomeSort by: relevance | last modified time | path
    Searched defs:blobSize (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
obj_migdata.h 59 UINT32 blobSize;
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_aik.c 166 UINT32 SymmetricKeySize, blobSize;
181 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &blobSize, 0, &data->comm))
184 if ((blob = malloc(blobSize)) == NULL)
187 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, blob, blobSize, &data->comm)) {
210 result = TCSP_ActivateTPMIdentity_Internal(hContext, idKeyHandle, blobSize,
rpc_delegate.c 128 UINT32 blobSize;
178 publicInfoSize, publicInfo, &encDelAuth, pAuth, &blobSize, &blob);
193 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &blobSize, 0, &data->comm)) {
197 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, blob, blobSize, &data->comm)) {
219 UINT32 blobSize;
269 publicInfoSize, publicInfo, &encDelAuth, pAuth, &blobSize, &blob);
284 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &blobSize, 0, &data->comm)) {
288 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, blob, blobSize, &data->comm)) {
306 UINT32 blobSize;
325 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &blobSize, 0, &data->comm)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ps.c 508 UINT16 blobSize = sizeof(keyBlob);
527 if (ps_get_key_by_uuid(&pLoadKeyInfo->keyUUID, keyBlob, &blobSize))
535 blobSize, keyBlob,
556 if (ps_get_key_by_uuid(KeyUUID, keyBlob, &blobSize))
559 keySize = blobSize;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_migration.c 170 UINT32 blobSize;
248 &blobSize, &blob)))
256 result |= Trspi_Hash_UINT32(&hashCtx, blobSize);
257 result |= Trspi_HashUpdate(&hashCtx, blobSize, blob);
270 tssKey.encSize = blobSize;
tsp_delegate.c 112 UINT32 blobSize;
158 xsap->pAuth, &blobSize,
165 result |= Trspi_Hash_UINT32(&hashCtx, blobSize);
166 result |= Trspi_HashUpdate(&hashCtx, blobSize, blob);
176 blobSize, blob);
201 UINT32 blobSize;
246 xsap->pAuth, &blobSize,
253 result |= Trspi_Hash_UINT32(&hashCtx, blobSize);
254 result |= Trspi_HashUpdate(&hashCtx, blobSize, blob);
263 result = obj_policy_set_delegation_blob(hDelegation, TSS_DELEGATIONTYPE_KEY, blobSize,
    [all...]
tspi_cmk.c 73 UINT32 blobSize;
88 if ((result = obj_migdata_get_msa_digest(hMaAuthData, &blobSize, &blob)))
131 UINT32 blobSize;
151 if ((result = obj_migdata_get_sig_data(hSigData, &blobSize, &blob)))
211 UINT32 msaListSize, restrictTicketSize, sigTicketSize, blobSize;
275 if ((result = obj_rsakey_get_blob(hKeyToMigrate, &blobSize, &blob)))
386 UINT32 blobSize;
410 if ((result = obj_migdata_get_sig_ticket(hMigrationData, &blobSize, &blob)))
tspi_delegate.c 140 UINT32 blobSize;
155 &blobSize, &blob)))
184 result |= Trspi_Hash_UINT32(&hashCtx, blobSize);
185 result |= Trspi_HashUpdate(&hashCtx, blobSize, blob);
196 if ((result = TCS_API(hContext)->Delegate_LoadOwnerDelegation(hContext, ulIndex, blobSize,
tspi_key.c 209 UINT32 blobSize;
248 if ((result = obj_rsakey_get_msa_approval(hKey, &blobSize, &blob)))
253 if ((result = obj_rsakey_get_msa_digest(hKey, &blobSize, &blob)))
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tpm.h 977 UINT32 blobSize;
978 SIZEIS(blobSize)

Completed in 19 milliseconds