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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_seal.c 93 TPM_AUTH * dataAuth, /* in, out */
105 if (dataAuth == NULL)
119 if ((result = auth_mgr_check(hContext, &dataAuth->AuthHandle)))
132 SealedData, parentAuth, dataAuth)))
143 parentAuth, dataAuth);
147 auth_mgr_release_auth(parentAuth, dataAuth, hContext);
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_seal.c 164 TPM_AUTH parentAuth, dataAuth, emptyAuth;
206 result = getData(TCSD_PACKET_TYPE_AUTH, 5, &dataAuth, 0, &data->comm);
214 pDataAuth = &dataAuth;
238 if (setData(TCSD_PACKET_TYPE_AUTH, 1, &dataAuth, 0, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_seal.c 142 TPM_AUTH * dataAuth, /* in, out */
166 if (setData(TCSD_PACKET_TYPE_AUTH, 5, dataAuth, 0, &hte->comm))
182 if (getData(TCSD_PACKET_TYPE_AUTH, 1, dataAuth, 0, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_seal.c 205 TPM_AUTH * dataAuth, /* in, out */
237 parentAuth, dataAuth, &decLen, &dec)))
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 427 TPM_AUTH* dataAuth, // in, out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 1142 TPM_AUTH * dataAuth, /* in, out */
1155 parentAuth, dataAuth, DataSize, Data);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 606 TPM_AUTH * dataAuth, /* in, out */

Completed in 57 milliseconds