HomeSort by: relevance | last modified time | path
    Searched refs:host_table_entry (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/crypto/external/cpl/trousers/dist/src/include/
hosttable.h 20 struct host_table_entry { struct
21 struct host_table_entry *next;
32 struct host_table_entry *entries;
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 **);
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 *,TCPA_NONCE *,TCPA_NONCE *);
43 TSS_RESULT RPC_LogPcrEvent_TP(struct host_table_entry *,TSS_PCR_EVENT,UINT32 *)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
hosttable.c 52 struct host_table_entry *hte, *next = NULL;
83 __tspi_add_table_entry(TSS_HCONTEXT tspContext, BYTE *host, int type, struct host_table_entry **ret)
85 struct host_table_entry *entry, *tmp;
88 entry = calloc(1, sizeof(struct host_table_entry));
90 LogError("malloc of %zd bytes failed.", sizeof(struct host_table_entry));
145 struct host_table_entry *hte, *prev = NULL;
166 struct host_table_entry *
169 struct host_table_entry *index = NULL;
187 put_table_entry(struct host_table_entry *entry)
tcs_api.c 38 struct host_table_entry *entry;
71 struct host_table_entry *entry = get_table_entry(tspContext);
95 struct host_table_entry *entry = get_table_entry(tspContext);
121 struct host_table_entry *entry = get_table_entry(tspContext);
144 struct host_table_entry *entry = get_table_entry(tspContext);
168 struct host_table_entry *entry = get_table_entry(tspContext);
194 struct host_table_entry *entry = get_table_entry(tspContext);
218 struct host_table_entry *entry = get_table_entry(tspContext);
245 struct host_table_entry *entry = get_table_entry(tspContext);
268 struct host_table_entry *entry = get_table_entry(tspContext)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_context.c 27 RPC_OpenContext_TP(struct host_table_entry* hte,
54 RPC_CloseContext_TP(struct host_table_entry *hte)
74 RPC_FreeMemory_TP(struct host_table_entry *hte,
rpc_oper.c 26 RPC_SetOperatorAuth_TP(struct host_table_entry *hte,
rpc_admin.c 29 RPC_SetOwnerInstall_TP(struct host_table_entry *hte,
52 RPC_DisableOwnerClear_TP(struct host_table_entry *hte,
81 RPC_ForceClear_TP(struct host_table_entry *hte)
101 RPC_DisableForceClear_TP(struct host_table_entry *hte)
121 RPC_PhysicalDisable_TP(struct host_table_entry *hte)
141 RPC_PhysicalEnable_TP(struct host_table_entry *hte)
161 RPC_OwnerSetDisable_TP(struct host_table_entry *hte,
192 RPC_PhysicalSetDeactivated_TP(struct host_table_entry *hte,
215 RPC_PhysicalPresence_TP(struct host_table_entry *hte,
238 RPC_SetTempDeactivated_TP(struct host_table_entry *hte
    [all...]
rpc_pcr_extend.c 29 RPC_Extend_TP(struct host_table_entry *hte,
61 RPC_PcrRead_TP(struct host_table_entry *hte,
90 RPC_PcrReset_TP(struct host_table_entry *hte,
rpc_changeauth.c 29 RPC_ChangeAuth_TP(struct host_table_entry *hte,
102 RPC_ChangeAuthOwner_TP(struct host_table_entry *hte,
139 RPC_ChangeAuthAsymStart_TP(struct host_table_entry *hte,
157 RPC_ChangeAuthAsymFinish_TP(struct host_table_entry *hte,
rpc_auth.c 29 RPC_OIAP_TP(struct host_table_entry *hte,
58 RPC_OSAP_TP(struct host_table_entry *hte,
rpc_dir.c 29 RPC_DirWriteAuth_TP(struct host_table_entry *hte,
63 RPC_DirRead_TP(struct host_table_entry *hte,
rpc_random.c 29 RPC_GetRandom_TP(struct host_table_entry *hte,
71 RPC_StirRandom_TP(struct host_table_entry *hte,
rpc_counter.c 29 RPC_ReadCounter_TP(struct host_table_entry* hte,
58 RPC_CreateCounter_TP(struct host_table_entry* hte,
107 RPC_IncrementCounter_TP(struct host_table_entry* hte,
145 RPC_ReleaseCounter_TP(struct host_table_entry* hte,
176 RPC_ReleaseCounterOwner_TP(struct host_table_entry* hte,
rpc_maint.c 29 RPC_CreateMaintenanceArchive_TP(struct host_table_entry *hte,
106 RPC_LoadMaintenanceArchive_TP(struct host_table_entry *hte,
161 RPC_KillMaintenanceFeature_TP(struct host_table_entry *hte,
189 RPC_LoadManuMaintPub_TP(struct host_table_entry *hte,
224 RPC_ReadManuMaintPub_TP(struct host_table_entry *hte,
rpc_selftest.c 29 RPC_SelfTestFull_TP(struct host_table_entry *hte)
49 RPC_CertifySelfTest_TP(struct host_table_entry *hte,
112 RPC_GetTestResult_TP(struct host_table_entry *hte,
rpc_ek.c 29 RPC_CreateEndorsementKeyPair_TP(struct host_table_entry *hte,
86 RPC_ReadPubek_TP(struct host_table_entry *hte,
136 RPC_DisablePubekRead_TP(struct host_table_entry *hte,
165 RPC_OwnerReadPubek_TP(struct host_table_entry *hte,
218 RPC_CreateRevocableEndorsementKeyPair_TP(struct host_table_entry *hte,
283 RPC_RevokeEndorsementKeyPair_TP(struct host_table_entry *hte,
rpc_own.c 29 RPC_TakeOwnership_TP(struct host_table_entry *hte,
99 RPC_OwnerClear_TP(struct host_table_entry *hte,
rpc_ps.c 29 RPC_GetRegisteredKeyByPublicInfo_TP(struct host_table_entry *hte,
79 RPC_RegisterKey_TP(struct host_table_entry *hte,
117 RPC_UnregisterKey_TP(struct host_table_entry *hte,
140 RPC_EnumRegisteredKeys_TP(struct host_table_entry *hte,
198 RPC_EnumRegisteredKeys2_TP(struct host_table_entry *hte,
257 RPC_GetRegisteredKey_TP(struct host_table_entry *hte,
265 RPC_GetRegisteredKeyBlob_TP(struct host_table_entry *hte,
309 RPC_LoadKeyByUUID_TP(struct host_table_entry *hte,
rpc_caps.c 29 RPC_GetCapability_TP(struct host_table_entry *hte,
rpc_caps_tpm.c 29 RPC_GetTPMCapability_TP(struct host_table_entry *hte,
79 RPC_GetCapabilitySigned_TP(struct host_table_entry *hte,
96 RPC_GetCapabilityOwner_TP(struct host_table_entry *hte,
133 RPC_SetCapability_TP(struct host_table_entry *hte,
rpc_evlog.c 29 RPC_LogPcrEvent_TP(struct host_table_entry *hte,
59 RPC_GetPcrEvent_TP(struct host_table_entry *hte,
116 RPC_GetPcrEventsByPcr_TP(struct host_table_entry *hte,
180 RPC_GetPcrEventLog_TP(struct host_table_entry *hte,
rpc_seal.c 30 struct host_table_entry *hte,
103 RPC_Seal_TP(struct host_table_entry *hte,
120 RPC_Sealx_TP(struct host_table_entry *hte,
137 RPC_Unseal_TP(struct host_table_entry *hte,
rpc_key.c 29 RPC_LoadKeyByBlob_TP(struct host_table_entry *hte,
82 RPC_EvictKey_TP(struct host_table_entry *hte,
105 RPC_CreateWrapKey_TP(struct host_table_entry *hte,
173 RPC_GetPubKey_TP(struct host_table_entry *hte,
230 RPC_TerminateHandle_TP(struct host_table_entry *hte,
253 RPC_OwnerReadInternalPub_TP(struct host_table_entry *hte,
303 RPC_KeyControlOwner_TP(struct host_table_entry *hte, // in
rpc_nv.c 29 RPC_NV_DefineOrReleaseSpace_TP(struct host_table_entry *hte, /* in */
74 RPC_NV_WriteValue_TP(struct host_table_entry *hte, /* in */
122 RPC_NV_WriteValueAuth_TP(struct host_table_entry *hte, /* in */
170 RPC_NV_ReadValue_TP(struct host_table_entry *hte, /* in */
238 RPC_NV_ReadValueAuth_TP(struct host_table_entry *hte, /* in */
rpc_cmk.c 27 RPC_CMK_SetRestrictions_TP(struct host_table_entry *hte,
58 RPC_CMK_ApproveMA_TP(struct host_table_entry *hte,
92 RPC_CMK_CreateKey_TP(struct host_table_entry *hte,
163 RPC_CMK_CreateTicket_TP(struct host_table_entry *hte,
209 RPC_CMK_CreateBlob_TP(struct host_table_entry *hte,
316 RPC_CMK_ConvertMigration_TP(struct host_table_entry *hte,

Completed in 48 milliseconds

1 2