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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_aik.c 33 UINT32 * SymmetricKeySize, /* out */
65 *SymmetricKeySize = decLen;
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_aik.c 166 UINT32 SymmetricKeySize, blobSize;
212 &SymmetricKeySize,
231 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &SymmetricKeySize, 0, &data->comm)) {
235 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, SymmetricKey, SymmetricKeySize, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_aik.c 277 UINT32 * SymmetricKeySize, /* out */
318 if (getData(TCSD_PACKET_TYPE_UINT32, i++, SymmetricKeySize, 0, &hte->comm)) {
323 *SymmetricKey = malloc(*SymmetricKeySize);
325 LogError("malloc of %u bytes failed.", *SymmetricKeySize);
329 if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *SymmetricKey, *SymmetricKeySize, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_aik.c 104 UINT32 * SymmetricKeySize, /* out */
139 SymmetricKeySize, SymmetricKey, idKeyAuth, ownerAuth)))
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 303 UINT32* SymmetricKeySize, // out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 860 UINT32 * SymmetricKeySize, /* out */
872 ownerAuth, SymmetricKeySize,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 528 UINT32 * SymmetricKeySize, /* out */

Completed in 58 milliseconds