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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_transport.c 121 TPM_AUTH* pWrappedCmdAuth1, /* in, out */
145 if (pWrappedCmdAuth1)
146 if ((result = auth_mgr_check(hContext, &pWrappedCmdAuth1->AuthHandle)))
293 pWrappedCmdAuth1, pWrappedCmdAuth2)))
373 auth_mgr_release_auth(pWrappedCmdAuth1, pWrappedCmdAuth2, hContext);
392 pWrappedCmdAuth1, pWrappedCmdAuth2);
422 auth_mgr_release_auth(pWrappedCmdAuth1, pWrappedCmdAuth2, hContext);
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_transport.c 147 TPM_AUTH pWrappedCmdAuth1, pWrappedCmdAuth2, pTransAuth, *pAuth1, *pAuth2, null_auth;
194 memset(&pWrappedCmdAuth1, 0, sizeof(TPM_AUTH));
197 if (getData(TCSD_PACKET_TYPE_AUTH, i++, &pWrappedCmdAuth1, 0, &data->comm)) {
210 if (!memcmp(&pWrappedCmdAuth1, &null_auth, sizeof(TPM_AUTH)))
213 pAuth1 = &pWrappedCmdAuth1;
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_transport.c 128 TPM_AUTH* pWrappedCmdAuth1, /* in, out */
163 if (pWrappedCmdAuth1) {
164 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pWrappedCmdAuth1, 0, &hte->comm))
202 if (pWrappedCmdAuth1) {
203 if (getData(TCSD_PACKET_TYPE_AUTH, i++, pWrappedCmdAuth1, 0, &hte->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 330 TPM_AUTH* pWrappedCmdAuth1, // in, out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2522 TPM_AUTH* pWrappedCmdAuth1, /* in, out */
2542 rghHandles, pWrappedCmdAuth1,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 954 TPM_AUTH* pWrappedCmdAuth1,

Completed in 16 milliseconds