Searched refs:pCertAuth (Results 1 – 2 of 2) sorted by relevance
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_certify.c | 35 TPM_AUTH *pCertAuth = NULL, *pKeyAuth = NULL, certAuth, keyAuth, nullAuth; in tcs_wrap_CertifyKey() local 67 pCertAuth = &certAuth; in tcs_wrap_CertifyKey() 74 result = TCSP_CertifyKey_Internal(hContext, certHandle, keyHandle, antiReplay, pCertAuth, in tcs_wrap_CertifyKey() 83 if (pCertAuth) { in tcs_wrap_CertifyKey() 84 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pCertAuth, 0, &data->comm)) { in tcs_wrap_CertifyKey()
|
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_certify.c | 45 TPM_AUTH *pCertAuth = &certAuth; in Tspi_Key_CertifyKey() local 107 pCertAuth = NULL; in Tspi_Key_CertifyKey() 111 keyTCSKeyHandle, &antiReplay, pCertAuth, in Tspi_Key_CertifyKey()
|