| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcsi_seal.c | 38 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/ |
| D | rpc_seal.c | 37 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/ |
| D | rpc_seal.c | 40 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/ |
| D | tsp_seal.c | 83 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/ |
| D | tcs.h | 416 TPM_AUTH* pubAuth, // in, out 450 TPM_AUTH* pubAuth, // in, out
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| D | tcs_api.c | 1078 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/ |
| D | tcs_utils.h | 596 TPM_AUTH * pubAuth, /* in, out */
|