Searched refs:certAuth (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_certify.c | 35 TPM_AUTH * certAuth, /* in, out */ in TCSP_CertifyKey_Internal() argument 52 if (certAuth != NULL) { in TCSP_CertifyKey_Internal() 54 if ((result = auth_mgr_check(hContext, &certAuth->AuthHandle))) in TCSP_CertifyKey_Internal() 75 antiReplay.nonce, certAuth, keyAuth))) in TCSP_CertifyKey_Internal() 84 CertifyInfo, outDataSize, outData, certAuth, keyAuth); in TCSP_CertifyKey_Internal() 88 auth_mgr_release_auth(certAuth, keyAuth, hContext); in TCSP_CertifyKey_Internal()
|
| /netbsd-src/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 43 memset(&certAuth, 0, sizeof(TPM_AUTH)); in tcs_wrap_CertifyKey() 61 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &certAuth, 0, &data->comm)) in tcs_wrap_CertifyKey() 66 if (memcmp(&nullAuth, &certAuth, sizeof(TPM_AUTH))) in tcs_wrap_CertifyKey() 67 pCertAuth = &certAuth; in tcs_wrap_CertifyKey()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_certify.c | 33 TPM_AUTH * certAuth, /* in, out */ in RPC_CertifyKey_TP() argument 58 if (certAuth) { in RPC_CertifyKey_TP() 59 if (setData(TCSD_PACKET_TYPE_AUTH, 4, certAuth, 0, &hte->comm)) in RPC_CertifyKey_TP() 80 if (certAuth) { in RPC_CertifyKey_TP() 81 if (getData(TCSD_PACKET_TYPE_AUTH, i++, certAuth, 0, &hte->comm)) { in RPC_CertifyKey_TP()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tspi_certify.c | 32 TPM_AUTH certAuth; in Tspi_Key_CertifyKey() local 45 TPM_AUTH *pCertAuth = &certAuth; in Tspi_Key_CertifyKey() 104 &certAuth))) in Tspi_Key_CertifyKey() 133 &certAuth))) in Tspi_Key_CertifyKey()
|
| H A D | tsp_certify.c | 30 TPM_AUTH * certAuth, /* in, out */ in Transport_CertifyKey() argument 74 certAuth, keyAuth, &decLen, &dec))) in Transport_CertifyKey()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tcs.h | 507 TPM_AUTH* certAuth, // in, out 521 TPM_AUTH* certAuth, // in, out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 1297 TPM_AUTH * certAuth, /* in, out */ in RPC_CertifyKey() argument 1313 certAuth, keyAuth, CertifyInfoSize, CertifyInfo, in RPC_CertifyKey()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 658 TPM_AUTH * certAuth, /* in, out */
|