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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_seal.c 38 TPM_AUTH * pubAuth, /* in, out */
49 if (!pubAuth)
55 if ((result = auth_mgr_check(hContext, &pubAuth->AuthHandle)))
68 pcrInfoSize, PcrInfo, inDataSize, inData, pubAuth)))
79 SealedData, pubAuth);
83 auth_mgr_release_auth(pubAuth, NULL, hContext);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_seal.c 37 TPM_AUTH * pubAuth, /* in, out */
67 if (setData(TCSD_PACKET_TYPE_AUTH, i, pubAuth, 0, &hte->comm))
76 if (getData(TCSD_PACKET_TYPE_AUTH, 0, pubAuth, 0, &hte->comm)) {
110 TPM_AUTH * pubAuth, /* in, out */
115 inDataSize, inData, pubAuth, SealedDataSize, SealedData);
127 TPM_AUTH * pubAuth, /* in, out */
132 inDataSize, inData, pubAuth, SealedDataSize, SealedData);
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_seal.c 40 TPM_AUTH emptyAuth, pubAuth, *pAuth;
47 memset(&pubAuth, 0, sizeof(TPM_AUTH));
97 result = getData(TCSD_PACKET_TYPE_AUTH, i++, &pubAuth, 0, &data->comm);
105 pAuth = &pubAuth;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_seal.c 83 TPM_AUTH * pubAuth, /* in, out */
127 &pubKeyHash, &handlesLen, &handles, pubAuth,
145 TPM_AUTH * pubAuth, /* in, out */
189 &pubKeyHash, &handlesLen, &handles, pubAuth,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 416 TPM_AUTH* pubAuth, // in, out
450 TPM_AUTH* pubAuth, // in, out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 1078 TPM_AUTH * pubAuth, /* in, out */
1091 inDataSize, inData, pubAuth, SealedDataSize,
1111 TPM_AUTH * pubAuth, /* in, out */
1124 inDataSize, inData, pubAuth, SealedDataSize,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 596 TPM_AUTH * pubAuth, /* in, out */

Completed in 19 milliseconds