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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_own.c 36 BYTE *encOwnerAuth;
59 encOwnerAuth = calloc(1, encOwnerAuthSize);
60 if (encOwnerAuth == NULL) {
64 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, encOwnerAuth, encOwnerAuthSize, &data->comm)) {
65 free(encOwnerAuth);
69 free(encOwnerAuth);
75 free(encOwnerAuth);
79 free(encOwnerAuth);
84 free(encOwnerAuth);
92 free(encOwnerAuth);
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_own.c 33 BYTE * encOwnerAuth, UINT32 * encSRKAuthLength, BYTE * encSRKAuth)
111 if ((result = Trspi_RSA_Encrypt(ownerSecret.authdata, 20, encOwnerAuth,
133 *encOwnerAuthLength, encOwnerAuth)))
145 result |= Trspi_HashUpdate(&hashCtx, *encOwnerAuthLength, encOwnerAuth);
tspi_own.c 31 BYTE encOwnerAuth[256];
72 encOwnerAuth, &encSRKAuthLength, encSRKAuth)))
77 if ((result = RPC_TakeOwnership(tspContext, TPM_PID_OWNER, encOwnerAuthLength, encOwnerAuth,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_own.c 32 BYTE * encOwnerAuth, /* in */
53 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, encOwnerAuth, encOwnerAuthSize, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_own.c 31 BYTE * encOwnerAuth, /* in */
62 encOwnerAuthSize, encOwnerAuth, encSrkAuthSize, encSrkAuth,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 205 BYTE* encOwnerAuth, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 615 BYTE * encOwnerAuth, /* in */
633 encOwnerAuthSize, encOwnerAuth,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 443 BYTE * encOwnerAuth, /* in */

Completed in 17 milliseconds