VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.6/man/man3/TPMLIB_CancelCommand.pod@ 101307

Last change on this file since 101307 was 91612, checked in by vboxsync, 4 years ago

src/libs: Export libtpms-0.9.0, bugref:10078

File size: 637 bytes
Line 
1=head1 NAME
2
3TPMLIB_CancelCommand - Cancel a TPM command
4
5=head1 LIBRARY
6
7TPM library (libtpms, -ltpms)
8
9=head1 SYNOPSIS
10
11B<#include <libtpms/tpm_library.h>>
12
13B<uint32_t TPMLIB_CancelCommand(void);>
14
15=head1 DESCRIPTION
16
17The B<TPMLIB_CancelCommand()> function indicates that the ongoing processing
18of a TPM command is to be cancelled. The cancellation will only
19be effective for certain time consuming operations, such as the creation
20of keys.
21
22Note that an implementation that wants to support cancellation of commands
23needs to process TPM commands in one thread and cancel them in another.
24
25=head1 SEE ALSO
26
27B<TPMLIB_Process>(3)
28
29=cut
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette