Home
last modified time | relevance | path

Searched refs:idKeyAuth (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_aik.c102 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 Drpc_aik.c275 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 Dtsp_aik.c31 TPM_AUTH * idKeyAuth, /* in, out */ in Transport_ActivateTPMIdentity() argument
62 idKeyAuth, ownerAuth, &decLen, &dec))) in Transport_ActivateTPMIdentity()
H A Dtspi_aik.c416 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 Dtcs.h301 TPM_AUTH* idKeyAuth, // in, out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c858 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 Dtcs_utils.h526 TPM_AUTH * idKeyAuth, /* in, out */