Home
last modified time | relevance | path

Searched refs:parent_ps (Results 1 – 5 of 5) sorted by relevance

/dports/security/trousers/trousers-0.3.14_3/src/tcs/
H A Dtcs_key_ps.c347 UINT32 parent_ps; in ps_write_key() local
356 parent_ps = TSS_PS_TYPE_SYSTEM; in ps_write_key()
358 if ((rc = psfile_get_ps_type_by_uuid(fd, parent_uuid, &parent_ps))) in ps_write_key()
362 rc = psfile_write_key(fd, uuid, parent_uuid, &parent_ps, vendor_data, in ps_write_key()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dtsp_ps.c112 ps_write_key(TSS_UUID *uuid, TSS_UUID *parent_uuid, UINT32 parent_ps, UINT32 blob_size, BYTE *blob) in ps_write_key() argument
126 result = psfile_write_key(fd, uuid, parent_uuid, parent_ps, blob, short_blob_size); in ps_write_key()
/dports/devel/bison/bison-3.7.6/src/
H A Dparse-simulation.c200 parse_state *parent_ps = NULL; in free_parse_state() local
201 for (parse_state *ps = original_ps; ps && free_contents; ps = parent_ps) in free_parse_state()
215 parent_ps = ps->parent; in free_parse_state()
/dports/security/trousers/trousers-0.3.14_3/src/tcs/ps/
H A Dtcsps.c609 UINT32 *parent_ps, in psfile_write_key() argument
621 if (*parent_ps == TSS_PS_TYPE_SYSTEM) in psfile_write_key()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/ps/
H A Dtspps.c472 UINT32 parent_ps, in psfile_write_key() argument
485 if (parent_ps == TSS_PS_TYPE_SYSTEM) in psfile_write_key()