Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_seal.c93 TPM_AUTH * dataAuth, /* in, out */ in TCSP_Unseal_Internal() argument
105 if (dataAuth == NULL) in TCSP_Unseal_Internal()
119 if ((result = auth_mgr_check(hContext, &dataAuth->AuthHandle))) in TCSP_Unseal_Internal()
132 SealedData, parentAuth, dataAuth))) in TCSP_Unseal_Internal()
143 parentAuth, dataAuth); in TCSP_Unseal_Internal()
147 auth_mgr_release_auth(parentAuth, dataAuth, hContext); in TCSP_Unseal_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_seal.c164 TPM_AUTH parentAuth, dataAuth, emptyAuth; in tcs_wrap_UnSeal() local
206 result = getData(TCSD_PACKET_TYPE_AUTH, 5, &dataAuth, 0, &data->comm); in tcs_wrap_UnSeal()
214 pDataAuth = &dataAuth; in tcs_wrap_UnSeal()
238 if (setData(TCSD_PACKET_TYPE_AUTH, 1, &dataAuth, 0, &data->comm)) { in tcs_wrap_UnSeal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_seal.c142 TPM_AUTH * dataAuth, /* in, out */ in RPC_Unseal_TP() argument
166 if (setData(TCSD_PACKET_TYPE_AUTH, 5, dataAuth, 0, &hte->comm)) in RPC_Unseal_TP()
182 if (getData(TCSD_PACKET_TYPE_AUTH, 1, dataAuth, 0, &hte->comm)) { in RPC_Unseal_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_seal.c205 TPM_AUTH * dataAuth, /* in, out */ in Transport_Unseal() argument
237 parentAuth, dataAuth, &decLen, &dec))) in Transport_Unseal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h427 TPM_AUTH* dataAuth, // in, out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c1142 TPM_AUTH * dataAuth, /* in, out */ in RPC_Unseal() argument
1155 parentAuth, dataAuth, DataSize, Data); in RPC_Unseal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h606 TPM_AUTH * dataAuth, /* in, out */