OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hFamily
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
obj_delfamily.c
68
obj_delfamily_remove(TSS_HDELFAMILY
hFamily
, TSS_HOBJECT hObject)
79
if ((result = obj_list_remove(&delfamily_list, &delfamily_free,
hFamily
, hContext)))
86
obj_delfamily_find_by_familyid(TSS_HOBJECT hObject, UINT32 familyID, TSS_HDELFAMILY *
hFamily
)
95
*
hFamily
= NULL_HDELFAMILY;
111
*
hFamily
= obj->handle;
120
obj_delfamily_get_tsp_context(TSS_HDELFAMILY
hFamily
, TSS_HCONTEXT *hContext)
124
if ((obj = obj_list_get_obj(&delfamily_list,
hFamily
)) == NULL)
135
obj_delfamily_set_locked(TSS_HDELFAMILY
hFamily
, TSS_BOOL state, TSS_BOOL setInTpm)
147
if ((obj = obj_list_get_obj(&delfamily_list,
hFamily
)) == NULL)
178
obj_delfamily_get_locked(TSS_HDELFAMILY
hFamily
, TSS_BOOL *state
[
all
...]
tsp_delegate.c
102
TSS_HDELFAMILY
hFamily
,
132
if ((result = __tspi_build_delegate_public_info(bLabel, hPcrs,
hFamily
, hDelegation,
191
TSS_HDELFAMILY
hFamily
,
221
if ((result = __tspi_build_delegate_public_info(bLabel, hPcrs,
hFamily
, hDelegation,
283
TSS_HDELFAMILY
hFamily
;
297
obj_delfamily_find_by_familyid(hContext, familyID, &
hFamily
);
298
if (
hFamily
== NULL_HDELFAMILY) {
299
if ((result = obj_delfamily_add(hContext, &
hFamily
)))
301
if ((result = obj_delfamily_set_familyid(
hFamily
,
304
if ((result = obj_delfamily_set_label(
hFamily
,
[
all
...]
tspi_delegate.c
86
TSS_HDELFAMILY
hFamily
) /* in */
93
if ((result = obj_delfamily_get_familyid(
hFamily
, &familyID)))
101
result = obj_delfamily_remove(
hFamily
, hTpm);
113
TSS_HDELFAMILY
hFamily
, /* in */
119
if ((result = create_owner_delegation(hObject, bLabel, ulFlags, hPcrs,
hFamily
,
123
if ((result = create_key_delegation(hObject, bLabel, ulFlags, hPcrs,
hFamily
,
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tspi.h
605
TSS_HDELFAMILY
hFamily
// in
614
TSS_HDELFAMILY
hFamily
, // in
Completed in 17 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026