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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_aik.c 81 UINT32 * pcIdentityBindingSize, /* out */
127 Trspi_UnloadBlob_UINT32(&offset, pcIdentityBindingSize, dec);
128 if ((*prgbIdentityBinding = malloc(*pcIdentityBindingSize)) == NULL) {
133 LogError("malloc of %u bytes failed", *pcIdentityBindingSize);
134 *pcIdentityBindingSize = 0;
137 Trspi_UnloadBlob(&offset, *pcIdentityBindingSize, dec, *prgbIdentityBinding);
tspi_aik.c 52 UINT32 pcIdentityBindingSize;
220 &idKeySize, &newIdKey, &pcIdentityBindingSize,
227 &newIdKey, &pcIdentityBindingSize,
242 result |= Trspi_Hash_UINT32(&hashCtx, pcIdentityBindingSize);
243 result |= Trspi_HashUpdate(&hashCtx, pcIdentityBindingSize, prgbIdentityBinding);
305 Trspi_LoadBlob_UINT32(&offset, pcIdentityBindingSize, hashblob);
312 Trspi_LoadBlob(&offset, pcIdentityBindingSize, hashblob, prgbIdentityBinding);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_aik.c 39 UINT32 * pcIdentityBindingSize, /* out */
79 idKey, pcIdentityBindingSize, prgbIdentityBinding,
187 UINT32 * pcIdentityBindingSize, /* out */
218 idKey, pcIdentityBindingSize, prgbIdentityBinding,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_aik.c 38 UINT32 * pcIdentityBindingSize, /* out */
106 if (getData(TCSD_PACKET_TYPE_UINT32, i++, pcIdentityBindingSize, 0, &hte->comm)) {
112 *prgbIdentityBinding = (BYTE *) malloc(*pcIdentityBindingSize);
114 LogError("malloc of %u bytes failed.", *pcIdentityBindingSize);
119 if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *prgbIdentityBinding, *pcIdentityBindingSize, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 145 UINT32* pcIdentityBindingSize, // out
165 UINT32* pcIdentityBindingSize, // out
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 406 UINT32 * pcIdentityBindingSize, /* out */
425 UINT32 * pcIdentityBindingSize, /* out */
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 524 UINT32 * pcIdentityBindingSize, /* out */
544 pcIdentityBindingSize, prgbIdentityBinding,

Completed in 98 milliseconds