Tspi_Context_GetRegisteredKeysByUUID (3) Linux Manual Page
Tspi_Context_GetRegisteredKeysByUUID – get an array of TSS_KM_KEYINFO structures based on the state of persistent storage. Synopsis #include <tss/platform.h> #include <tss/tcpa_defines.h> #include <tss/tcpa_typedef.h> #include <tss/tcpa_struct.h> #include <tss/tss_typedef.h> #include <tss/tss_structs.h> #include <tss/tspi.h> TSS_RESULT Tspi_Context_GetRegisteredKeysByUUID(TSS_HCONTEXT hContext, TSS_FLAG persistentStorageType, TSS_UUID* pUuidData, UINT32* pulKeyHierarchySize, TSS_KM_KEYINFO** ppKeyHierarchy); Description TSS_Context_GetRegisteredKeysByUUID gets an array of TSS_KM_KEYINFO structures. This information reflects the state of…
