Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_seal.c38 TPM_AUTH * pubAuth, /* in, out */ in TCSP_Seal_Internal() argument
49 if (!pubAuth) in TCSP_Seal_Internal()
55 if ((result = auth_mgr_check(hContext, &pubAuth->AuthHandle))) in TCSP_Seal_Internal()
68 pcrInfoSize, PcrInfo, inDataSize, inData, pubAuth))) in TCSP_Seal_Internal()
79 SealedData, pubAuth); in TCSP_Seal_Internal()
83 auth_mgr_release_auth(pubAuth, NULL, hContext); in TCSP_Seal_Internal()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_seal.c37 TPM_AUTH * pubAuth, /* in, out */ in common_Seal_TP() argument
67 if (setData(TCSD_PACKET_TYPE_AUTH, i, pubAuth, 0, &hte->comm)) in common_Seal_TP()
76 if (getData(TCSD_PACKET_TYPE_AUTH, 0, pubAuth, 0, &hte->comm)) { in common_Seal_TP()
110 TPM_AUTH * pubAuth, /* in, out */ in RPC_Seal_TP() argument
115 inDataSize, inData, pubAuth, SealedDataSize, SealedData); in RPC_Seal_TP()
127 TPM_AUTH * pubAuth, /* in, out */ in RPC_Sealx_TP() argument
132 inDataSize, inData, pubAuth, SealedDataSize, SealedData); in RPC_Sealx_TP()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_seal.c40 TPM_AUTH emptyAuth, pubAuth, *pAuth; in tcs_common_Seal() local
47 memset(&pubAuth, 0, sizeof(TPM_AUTH)); in tcs_common_Seal()
97 result = getData(TCSD_PACKET_TYPE_AUTH, i++, &pubAuth, 0, &data->comm); in tcs_common_Seal()
105 pAuth = &pubAuth; in tcs_common_Seal()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_seal.c83 TPM_AUTH * pubAuth, /* in, out */ in Transport_Seal() argument
127 … &pubKeyHash, &handlesLen, &handles, pubAuth, in Transport_Seal()
145 TPM_AUTH * pubAuth, /* in, out */ in Transport_Sealx() argument
189 … &pubKeyHash, &handlesLen, &handles, pubAuth, in Transport_Sealx()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtcs.h416 TPM_AUTH* pubAuth, // in, out
450 TPM_AUTH* pubAuth, // in, out
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c1078 TPM_AUTH * pubAuth, /* in, out */ in RPC_Seal() argument
1091 inDataSize, inData, pubAuth, SealedDataSize, in RPC_Seal()
1111 TPM_AUTH * pubAuth, /* in, out */ in RPC_Sealx() argument
1124 inDataSize, inData, pubAuth, SealedDataSize, in RPC_Sealx()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h596 TPM_AUTH * pubAuth, /* in, out */