Tspi_Hash_VerifySignature (3) Linux Manual Page
TCG Software Stack Developer’s Reference Name Tspi_Hash_VerifySignature – verify the hash value with a given signature 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_Hash_VerifySignature(TSS_HHASH hHash, TSS_HKEY hKey, UINT32 ulSignatureLength, BYTE* rgbSignature); Description Tspi_Hash_VerifySignature verifies the hash value of a given hash object with a given signature….
