1Tspi_Policy_FlushSecret(3) Library Functions Manual Tspi_Policy_FlushSecret(3)
2
3
4
5 TCG Software Stack Developers Reference
6
8 Tspi_Policy_FlushSecret - flush a cached secret
9
11 #include <tss/platform.h>
12 #include <tss/tcpa_defines.h>
13 #include <tss/tcpa_typedef.h>
14 #include <tss/tcpa_struct.h>
15 #include <tss/tss_typedef.h>
16 #include <tss/tss_structs.h>
17 #include <tss/tspi.h>
18
19 TSS_RESULT Tspi_Policy_FlushSecret(TSS_HPOLICY hPolicy);
20
21
22
24 Tspi_Policy_FlushSecret tells the TSS to flush a secret that it had
25 cached for a user.
26
27
29 hPolicy
30 The hPolicy parameter is the handle of the policy object to be flushed.
31
32
34 Tspi_Policy_FlushSecret returns TSS_SUCCESS on success, otherwise one
35 of the following values is returned:
36
37 TSS_E_INVALID_HANDLE
38 hPolicy is not a valid handle.
39
40
41 TSS_E_INTERNAL_ERROR
42 An internal SW error has been detected.
43
44
46 Tspi_Policy_FlushSecret conforms to the Trusted Computing Group Soft‐
47 ware Specification version 1.1 Golden
48
49
51 Tspi_Policy_SetSecret(3), Tspi_Policy_AssignToObject(3).
52
53
54
55
56TSS 1.1 2004-05-25 Tspi_Policy_FlushSecret(3)