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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_certify.c 35 TPM_AUTH *pCertAuth = NULL, *pKeyAuth = NULL, certAuth, keyAuth, nullAuth;
67 pCertAuth = &certAuth;
74 result = TCSP_CertifyKey_Internal(hContext, certHandle, keyHandle, antiReplay, pCertAuth,
83 if (pCertAuth) {
84 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pCertAuth, 0, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_certify.c 45 TPM_AUTH *pCertAuth = &certAuth;
107 pCertAuth = NULL;
111 keyTCSKeyHandle, &antiReplay, pCertAuth,

Completed in 57 milliseconds