Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/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()
/netbsd/crypto/external/cpl/trousers/dist/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()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dtcsps.c565 UINT32 *parent_ps, in psfile_write_key() argument
577 if (*parent_ps == TSS_PS_TYPE_SYSTEM) in psfile_write_key()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c487 UINT32 parent_ps, in psfile_write_key() argument
500 if (parent_ps == TSS_PS_TYPE_SYSTEM) in psfile_write_key()