Searched refs:idKeyAuth (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_aik.c | 102 TPM_AUTH * idKeyAuth, /* in, out */ in TCSP_ActivateTPMIdentity_Internal() argument 118 if (idKeyAuth != NULL) { in TCSP_ActivateTPMIdentity_Internal() 119 if ((result = auth_mgr_check(hContext, &idKeyAuth->AuthHandle))) in TCSP_ActivateTPMIdentity_Internal() 130 blob, idKeyAuth, ownerAuth))) in TCSP_ActivateTPMIdentity_Internal() 139 SymmetricKeySize, SymmetricKey, idKeyAuth, ownerAuth))) in TCSP_ActivateTPMIdentity_Internal() 144 auth_mgr_release_auth(idKeyAuth, ownerAuth, hContext); in TCSP_ActivateTPMIdentity_Internal()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_aik.c | 275 TPM_AUTH * idKeyAuth, /* in, out */ in RPC_ActivateTPMIdentity_TP() argument 296 if (idKeyAuth) { in RPC_ActivateTPMIdentity_TP() 297 if (setData(TCSD_PACKET_TYPE_AUTH, i++, idKeyAuth, 0, &hte->comm)) in RPC_ActivateTPMIdentity_TP() 310 if (idKeyAuth) { in RPC_ActivateTPMIdentity_TP() 311 if (getData(TCSD_PACKET_TYPE_AUTH, i++, idKeyAuth, 0, &hte->comm)) in RPC_ActivateTPMIdentity_TP()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tsp_aik.c | 31 TPM_AUTH * idKeyAuth, /* in, out */ in Transport_ActivateTPMIdentity() argument 62 idKeyAuth, ownerAuth, &decLen, &dec))) in Transport_ActivateTPMIdentity()
|
| H A D | tspi_aik.c | 416 TPM_AUTH idKeyAuth; in Tspi_TPM_ActivateIdentity() local 469 hIDPolicy, FALSE, &digest, &idKeyAuth))) in Tspi_TPM_ActivateIdentity() 471 pIDKeyAuth = &idKeyAuth; in Tspi_TPM_ActivateIdentity() 496 &idKeyAuth))) { in Tspi_TPM_ActivateIdentity()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tcs.h | 301 TPM_AUTH* idKeyAuth, // in, out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 858 TPM_AUTH * idKeyAuth, /* in, out */ in RPC_ActivateTPMIdentity() argument 871 result = RPC_ActivateTPMIdentity_TP(entry, idKey, blobSize, blob, idKeyAuth, in RPC_ActivateTPMIdentity()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 526 TPM_AUTH * idKeyAuth, /* in, out */
|