1TPMLIB_CancelCommand(3) TPMLIB_CancelCommand(3)
2
3
4
6 TPMLIB_CancelCommand - Cancel a TPM command
7
9 TPM library (libtpms, -ltpms)
10
12 #include <libtpms/tpm_library.h>
13
14 uint32_t TPMLIB_CancelCommand(void);
15
17 The TPMLIB_CancelCommand() function indicates that the ongoing
18 processing of a TPM command is to be cancelled. The cancellation will
19 only be effective for certain time consuming operations, such as the
20 creation of keys.
21
22 Note that an implementation that wants to support cancellation of
23 commands needs to process TPM commands in one thread and cancel them in
24 another.
25
27 TPMLIB_Process(3)
28
29
30
31libtpms 2021-11-26 TPMLIB_CancelCommand(3)