/
githubmirror
/
libtpms
Обзор
Документация
Войти
/
githubmirror
/
libtpms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
man/man3/TPMLIB_CancelCommand.pod
29 строк
637 B
Stefan Berger
Integrate the TPM 2 into the library; do not compile with TPM 2 yet
16 июн 2018, 01:07
16 июн 2018, 01:07
3cf528a
Код
Авторство
О чём код?
=head1 NAME TPMLIB_CancelCommand - Cancel a TPM command =head1 LIBRARY TPM library (libtpms, -ltpms) =head1 SYNOPSIS B<#include <libtpms/tpm_library.h>> B<uint32_t TPMLIB_CancelCommand(void);> =head1 DESCRIPTION The B<TPMLIB_CancelCommand()> function indicates that the ongoing processing of a TPM command is to be cancelled. The cancellation will only be effective for certain time consuming operations, such as the creation of keys. Note that an implementation that wants to support cancellation of commands needs to process TPM commands in one thread and cancel them in another. =head1 SEE ALSO B<TPMLIB_Process>(3) =cut