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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_aik.c 79 UINT32 * idKeySize, /* out */
115 *idKeySize = offset;
117 if ((*idKey = malloc(*idKeySize)) == NULL) {
119 LogError("malloc of %u bytes failed", *idKeySize);
120 *idKeySize = 0;
125 Trspi_UnloadBlob(&offset, *idKeySize, dec, *idKey);
132 *idKeySize = 0;
tspi_aik.c 48 UINT32 caKeyBlobSize, idKeySize, idPubSize;
151 if ((result = obj_rsakey_get_blob(hIdentityKey, &idKeySize, &idKey)))
195 result |= Trspi_HashUpdate(&hashCtx, idKeySize, idKey);
219 idKeySize, idKey, pSrkAuth, xsap->pAuth,
220 &idKeySize, &newIdKey, &pcIdentityBindingSize,
226 idKeySize, idKey, pSrkAuth, xsap->pAuth, &idKeySize,
241 result |= Trspi_HashUpdate(&hashCtx, idKeySize, newIdKey);
261 if ((result = obj_rsakey_set_tcpakey(hIdentityKey, idKeySize, newIdKey))) {
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_aik.c 37 UINT32 * idKeySize, /* out */
78 if ((result = tpm_rsp_parse(TPM_ORD_MakeIdentity, txBlob, paramSize, idKeySize,
185 UINT32 * idKeySize, /* out */
217 if ((result = tpm_rsp_parse(TPM_ORD_MakeIdentity, txBlob, paramSize, idKeySize,
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_aik.c 42 UINT32 idKeySize;
101 pOwnerAuth, &idKeySize, &idKey,
118 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &idKeySize, 0, &data->comm))
120 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, idKey, idKeySize, &data->comm))
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_aik.c 36 UINT32 * idKeySize, /* out */
90 if (getData(TCSD_PACKET_TYPE_UINT32, i++, idKeySize, 0, &hte->comm)) {
95 *idKey = (BYTE *) malloc(*idKeySize);
97 LogError("malloc of %u bytes failed.", *idKeySize);
101 if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *idKey, *idKeySize, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 404 UINT32 * idKeySize, /* out */
423 UINT32 * idKeySize, /* out */
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 522 UINT32 * idKeySize, /* out */
543 pSrkAuth, pOwnerAuth, idKeySize, idKey,

Completed in 65 milliseconds