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

  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_ek.c 33 UINT32 * endorsementKeySize, /* out */
59 if (getData(TCSD_PACKET_TYPE_UINT32, 0, endorsementKeySize, 0, &hte->comm)) {
64 *endorsementKey = (BYTE *) malloc(*endorsementKeySize);
66 LogError("malloc of %u bytes failed.", *endorsementKeySize);
70 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *endorsementKey, *endorsementKeySize, &hte->comm)) {
224 UINT32 * endorsementKeySize, /* out */
257 if (getData(TCSD_PACKET_TYPE_UINT32, 1, endorsementKeySize, 0, &hte->comm)) {
261 *endorsementKey = (BYTE *) malloc(*endorsementKeySize);
263 LogError("malloc of %u bytes failed.", *endorsementKeySize);
267 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, *endorsementKey, *endorsementKeySize, &hte->comm))
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ek.c 34 UINT32 * endorsementKeySize, /* out */
57 endorsementKeySize, endorsementKey, checksum->digest);
172 UINT32 * endorsementKeySize, /* out */
195 endorsementKeySize, endorsementKey, checksum->digest,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_own.c 36 UINT32 endorsementKeySize;
85 if ((result = obj_rsakey_get_blob(hEndorsementPubKey, &endorsementKeySize,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 588 UINT32* endorsementKeySize, // out
888 UINT32* endorsementKeySize, // out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 1545 UINT32 * endorsementKeySize, /* out */
1560 endorsementKeySize,
1652 UINT32 * endorsementKeySize, /* out */
1669 endorsementKeySize,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 719 UINT32 * endorsementKeySize, /* out */
747 UINT32 * endorsementKeySize, /* out */

Completed in 18 milliseconds