| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | rpc_tcstp_tsp.h | 22 TSS_RESULT sendTCSDPacket(struct host_table_entry *); 23 TSS_RESULT send_init(struct host_table_entry *); 24 TSS_RESULT tcs_sendit(struct host_table_entry *); 27 TSS_RESULT get_socket(struct host_table_entry *hte, int *sd); 30 TSS_RESULT RPC_OpenContext_TP(struct host_table_entry *, UINT32 *, TCS_CONTEXT_HANDLE *); 31 TSS_RESULT RPC_CloseContext_TP(struct host_table_entry *); 32 TSS_RESULT RPC_FreeMemory_TP(struct host_table_entry *,BYTE *); 35 TSS_RESULT RPC_OIAP_TP(struct host_table_entry *,TCS_AUTHHANDLE *,TCPA_NONCE *); 36 TSS_RESULT RPC_OSAP_TP(struct host_table_entry *,TCPA_ENTITY_TYPE,UINT32,TCPA_NONCE*,TCS_AUTHHANDLE… 43 TSS_RESULT RPC_LogPcrEvent_TP(struct host_table_entry *,TSS_PCR_EVENT,UINT32 *); [all …]
|
| H A D | hosttable.h | 20 struct host_table_entry { struct 21 struct host_table_entry *next; argument 32 struct host_table_entry *entries; argument 36 struct host_table_entry *get_table_entry(TCS_CONTEXT_HANDLE); 37 void put_table_entry(struct host_table_entry *); 38 TSS_RESULT __tspi_add_table_entry(TSS_HCONTEXT, BYTE *, int, struct host_table_entry **);
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 38 struct host_table_entry *entry; in RPC_OpenContext() 71 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetRegisteredKeyByPublicInfo() 95 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_CloseContext() 121 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_FreeMemory() 144 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_LogPcrEvent() 168 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetPcrEvent() 194 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetPcrEventsByPcr() 218 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_GetPcrEventLog() 245 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_RegisterKey() 268 struct host_table_entry *entry = get_table_entry(tspContext); in RPC_UnregisterKey() [all …]
|
| H A D | hosttable.c | 52 struct host_table_entry *hte, *next = NULL; in host_table_final() 83 __tspi_add_table_entry(TSS_HCONTEXT tspContext, BYTE *host, int type, struct host_table_entry **ret) in __tspi_add_table_entry() 85 struct host_table_entry *entry, *tmp; in __tspi_add_table_entry() 88 entry = calloc(1, sizeof(struct host_table_entry)); in __tspi_add_table_entry() 90 LogError("malloc of %zd bytes failed.", sizeof(struct host_table_entry)); in __tspi_add_table_entry() 145 struct host_table_entry *hte, *prev = NULL; in remove_table_entry() 166 struct host_table_entry * 169 struct host_table_entry *index = NULL; in get_table_entry() 187 put_table_entry(struct host_table_entry *entry) in put_table_entry()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_admin.c | 29 RPC_SetOwnerInstall_TP(struct host_table_entry *hte, in RPC_SetOwnerInstall_TP() 52 RPC_DisableOwnerClear_TP(struct host_table_entry *hte, in RPC_DisableOwnerClear_TP() 81 RPC_ForceClear_TP(struct host_table_entry *hte) in RPC_ForceClear_TP() 101 RPC_DisableForceClear_TP(struct host_table_entry *hte) in RPC_DisableForceClear_TP() 121 RPC_PhysicalDisable_TP(struct host_table_entry *hte) in RPC_PhysicalDisable_TP() 141 RPC_PhysicalEnable_TP(struct host_table_entry *hte) in RPC_PhysicalEnable_TP() 161 RPC_OwnerSetDisable_TP(struct host_table_entry *hte, in RPC_OwnerSetDisable_TP() 192 RPC_PhysicalSetDeactivated_TP(struct host_table_entry *hte, in RPC_PhysicalSetDeactivated_TP() 215 RPC_PhysicalPresence_TP(struct host_table_entry *hte, in RPC_PhysicalPresence_TP() 238 RPC_SetTempDeactivated_TP(struct host_table_entry *hte) in RPC_SetTempDeactivated_TP() [all …]
|
| H A D | rpc_ps.c | 29 RPC_GetRegisteredKeyByPublicInfo_TP(struct host_table_entry *hte, in RPC_GetRegisteredKeyByPublicInfo_TP() 79 RPC_RegisterKey_TP(struct host_table_entry *hte, in RPC_RegisterKey_TP() 117 RPC_UnregisterKey_TP(struct host_table_entry *hte, in RPC_UnregisterKey_TP() 140 RPC_EnumRegisteredKeys_TP(struct host_table_entry *hte, in RPC_EnumRegisteredKeys_TP() 198 RPC_EnumRegisteredKeys2_TP(struct host_table_entry *hte, in RPC_EnumRegisteredKeys2_TP() 257 RPC_GetRegisteredKey_TP(struct host_table_entry *hte, in RPC_GetRegisteredKey_TP() 265 RPC_GetRegisteredKeyBlob_TP(struct host_table_entry *hte, in RPC_GetRegisteredKeyBlob_TP() 309 RPC_LoadKeyByUUID_TP(struct host_table_entry *hte, in RPC_LoadKeyByUUID_TP()
|
| H A D | rpc_context.c | 27 RPC_OpenContext_TP(struct host_table_entry* hte, in RPC_OpenContext_TP() 54 RPC_CloseContext_TP(struct host_table_entry *hte) in RPC_CloseContext_TP() 74 RPC_FreeMemory_TP(struct host_table_entry *hte, in RPC_FreeMemory_TP()
|
| H A D | rpc_counter.c | 29 RPC_ReadCounter_TP(struct host_table_entry* hte, in RPC_ReadCounter_TP() 58 RPC_CreateCounter_TP(struct host_table_entry* hte, in RPC_CreateCounter_TP() 107 RPC_IncrementCounter_TP(struct host_table_entry* hte, in RPC_IncrementCounter_TP() 145 RPC_ReleaseCounter_TP(struct host_table_entry* hte, in RPC_ReleaseCounter_TP() 176 RPC_ReleaseCounterOwner_TP(struct host_table_entry* hte, in RPC_ReleaseCounterOwner_TP()
|
| H A D | rpc_key.c | 29 RPC_LoadKeyByBlob_TP(struct host_table_entry *hte, in RPC_LoadKeyByBlob_TP() 82 RPC_EvictKey_TP(struct host_table_entry *hte, in RPC_EvictKey_TP() 105 RPC_CreateWrapKey_TP(struct host_table_entry *hte, in RPC_CreateWrapKey_TP() 173 RPC_GetPubKey_TP(struct host_table_entry *hte, in RPC_GetPubKey_TP() 230 RPC_TerminateHandle_TP(struct host_table_entry *hte, in RPC_TerminateHandle_TP() 253 RPC_OwnerReadInternalPub_TP(struct host_table_entry *hte, in RPC_OwnerReadInternalPub_TP() 303 RPC_KeyControlOwner_TP(struct host_table_entry *hte, // in in RPC_KeyControlOwner_TP()
|
| H A D | rpc_ek.c | 29 RPC_CreateEndorsementKeyPair_TP(struct host_table_entry *hte, in RPC_CreateEndorsementKeyPair_TP() 86 RPC_ReadPubek_TP(struct host_table_entry *hte, in RPC_ReadPubek_TP() 136 RPC_DisablePubekRead_TP(struct host_table_entry *hte, in RPC_DisablePubekRead_TP() 165 RPC_OwnerReadPubek_TP(struct host_table_entry *hte, in RPC_OwnerReadPubek_TP() 218 RPC_CreateRevocableEndorsementKeyPair_TP(struct host_table_entry *hte, in RPC_CreateRevocableEndorsementKeyPair_TP() 283 RPC_RevokeEndorsementKeyPair_TP(struct host_table_entry *hte, in RPC_RevokeEndorsementKeyPair_TP()
|
| H A D | rpc_maint.c | 29 RPC_CreateMaintenanceArchive_TP(struct host_table_entry *hte, in RPC_CreateMaintenanceArchive_TP() 106 RPC_LoadMaintenanceArchive_TP(struct host_table_entry *hte, in RPC_LoadMaintenanceArchive_TP() 161 RPC_KillMaintenanceFeature_TP(struct host_table_entry *hte, in RPC_KillMaintenanceFeature_TP() 189 RPC_LoadManuMaintPub_TP(struct host_table_entry *hte, in RPC_LoadManuMaintPub_TP() 224 RPC_ReadManuMaintPub_TP(struct host_table_entry *hte, in RPC_ReadManuMaintPub_TP()
|
| H A D | rpc_delegate.c | 27 RPC_Delegate_Manage_TP(struct host_table_entry *hte, in RPC_Delegate_Manage_TP() 92 RPC_Delegate_CreateKeyDelegation_TP(struct host_table_entry *hte, in RPC_Delegate_CreateKeyDelegation_TP() 157 RPC_Delegate_CreateOwnerDelegation_TP(struct host_table_entry *hte, in RPC_Delegate_CreateOwnerDelegation_TP() 222 RPC_Delegate_LoadOwnerDelegation_TP(struct host_table_entry *hte, in RPC_Delegate_LoadOwnerDelegation_TP() 269 RPC_Delegate_ReadTable_TP(struct host_table_entry *hte, in RPC_Delegate_ReadTable_TP() 323 RPC_Delegate_UpdateVerificationCount_TP(struct host_table_entry *hte, in RPC_Delegate_UpdateVerificationCount_TP() 383 RPC_Delegate_VerifyDelegation_TP(struct host_table_entry *hte, in RPC_Delegate_VerifyDelegation_TP() 409 RPC_DSAP_TP(struct host_table_entry *hte, in RPC_DSAP_TP()
|
| H A D | rpc_caps_tpm.c | 29 RPC_GetTPMCapability_TP(struct host_table_entry *hte, in RPC_GetTPMCapability_TP() 79 RPC_GetCapabilitySigned_TP(struct host_table_entry *hte, in RPC_GetCapabilitySigned_TP() 96 RPC_GetCapabilityOwner_TP(struct host_table_entry *hte, in RPC_GetCapabilityOwner_TP() 133 RPC_SetCapability_TP(struct host_table_entry *hte, in RPC_SetCapability_TP()
|
| H A D | rpc_changeauth.c | 29 RPC_ChangeAuth_TP(struct host_table_entry *hte, in RPC_ChangeAuth_TP() 102 RPC_ChangeAuthOwner_TP(struct host_table_entry *hte, in RPC_ChangeAuthOwner_TP() 139 RPC_ChangeAuthAsymStart_TP(struct host_table_entry *hte, in RPC_ChangeAuthAsymStart_TP() 157 RPC_ChangeAuthAsymFinish_TP(struct host_table_entry *hte, in RPC_ChangeAuthAsymFinish_TP()
|
| H A D | rpc_pcr_extend.c | 29 RPC_Extend_TP(struct host_table_entry *hte, in RPC_Extend_TP() 61 RPC_PcrRead_TP(struct host_table_entry *hte, in RPC_PcrRead_TP() 90 RPC_PcrReset_TP(struct host_table_entry *hte, in RPC_PcrReset_TP()
|
| H A D | rpc_nv.c | 29 RPC_NV_DefineOrReleaseSpace_TP(struct host_table_entry *hte, /* in */ in RPC_NV_DefineOrReleaseSpace_TP() 74 RPC_NV_WriteValue_TP(struct host_table_entry *hte, /* in */ in RPC_NV_WriteValue_TP() 122 RPC_NV_WriteValueAuth_TP(struct host_table_entry *hte, /* in */ in RPC_NV_WriteValueAuth_TP() 170 RPC_NV_ReadValue_TP(struct host_table_entry *hte, /* in */ in RPC_NV_ReadValue_TP() 238 RPC_NV_ReadValueAuth_TP(struct host_table_entry *hte, /* in */ in RPC_NV_ReadValueAuth_TP()
|
| H A D | rpc_evlog.c | 29 RPC_LogPcrEvent_TP(struct host_table_entry *hte, in RPC_LogPcrEvent_TP() 59 RPC_GetPcrEvent_TP(struct host_table_entry *hte, in RPC_GetPcrEvent_TP() 116 RPC_GetPcrEventsByPcr_TP(struct host_table_entry *hte, in RPC_GetPcrEventsByPcr_TP() 180 RPC_GetPcrEventLog_TP(struct host_table_entry *hte, in RPC_GetPcrEventLog_TP()
|
| H A D | rpc_seal.c | 30 struct host_table_entry *hte, in common_Seal_TP() 103 RPC_Seal_TP(struct host_table_entry *hte, in RPC_Seal_TP() 120 RPC_Sealx_TP(struct host_table_entry *hte, in RPC_Sealx_TP() 137 RPC_Unseal_TP(struct host_table_entry *hte, in RPC_Unseal_TP()
|
| H A D | rpc_selftest.c | 29 RPC_SelfTestFull_TP(struct host_table_entry *hte) in RPC_SelfTestFull_TP() 49 RPC_CertifySelfTest_TP(struct host_table_entry *hte, in RPC_CertifySelfTest_TP() 112 RPC_GetTestResult_TP(struct host_table_entry *hte, in RPC_GetTestResult_TP()
|
| H A D | rpc_cmk.c | 27 RPC_CMK_SetRestrictions_TP(struct host_table_entry *hte, in RPC_CMK_SetRestrictions_TP() 58 RPC_CMK_ApproveMA_TP(struct host_table_entry *hte, in RPC_CMK_ApproveMA_TP() 92 RPC_CMK_CreateKey_TP(struct host_table_entry *hte, in RPC_CMK_CreateKey_TP() 163 RPC_CMK_CreateTicket_TP(struct host_table_entry *hte, in RPC_CMK_CreateTicket_TP() 209 RPC_CMK_CreateBlob_TP(struct host_table_entry *hte, in RPC_CMK_CreateBlob_TP() 316 RPC_CMK_ConvertMigration_TP(struct host_table_entry *hte, in RPC_CMK_ConvertMigration_TP()
|
| H A D | rpc_random.c | 29 RPC_GetRandom_TP(struct host_table_entry *hte, in RPC_GetRandom_TP() 71 RPC_StirRandom_TP(struct host_table_entry *hte, in RPC_StirRandom_TP()
|
| H A D | rpc_dir.c | 29 RPC_DirWriteAuth_TP(struct host_table_entry *hte, in RPC_DirWriteAuth_TP() 63 RPC_DirRead_TP(struct host_table_entry *hte, in RPC_DirRead_TP()
|
| H A D | rpc_auth.c | 29 RPC_OIAP_TP(struct host_table_entry *hte, in RPC_OIAP_TP() 58 RPC_OSAP_TP(struct host_table_entry *hte, in RPC_OSAP_TP()
|
| H A D | rpc_audit.c | 27 RPC_SetOrdinalAuditStatus_TP(struct host_table_entry *hte, in RPC_SetOrdinalAuditStatus_TP() 61 RPC_GetAuditDigest_TP(struct host_table_entry *hte, in RPC_GetAuditDigest_TP() 142 RPC_GetAuditDigestSigned_TP(struct host_table_entry *hte, in RPC_GetAuditDigestSigned_TP()
|
| H A D | rpc_own.c | 29 RPC_TakeOwnership_TP(struct host_table_entry *hte, in RPC_TakeOwnership_TP() 99 RPC_OwnerClear_TP(struct host_table_entry *hte, in RPC_OwnerClear_TP()
|