VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.0/man/man3/TPMLIB_VolatileAll_Store.pod@ 91612

最後變更 在這個檔案從91612是 91612,由 vboxsync 提交於 3 年 前

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

檔案大小: 898 位元組
 
1=head1 NAME
2
3TPMLIB_VolatileAll_Store - store all volatile state of the TPM in a buffer
4
5=head1 LIBRARY
6
7TPM library (libtpms, -ltpms)
8
9=head1 SYNOPSIS
10
11B<#include <libtpms/tpm_library.h>>
12
13B<#include <libtpms/tpm_error.h>>
14
15B<TPM_RESULT TPMLIB_VolatileAll_Store(unsigned char **buffer,
16 uint32_t *buflen);>
17
18=head1 DESCRIPTION
19
20The B<TPMLIB_VolatileAll_Store()> function is used to get the volatile
21state of the TPM. The function will allocate a I<buffer> and return
22the number of bytes of state information in the I<buflen> variable.
23
24=head1 ERRORS
25
26=over 4
27
28=item B<TPM_SUCCESS>
29
30The function completed successfully.
31
32=item B<TPM_FAIL>
33
34General failure.
35
36=back
37
38For a complete list of TPM error codes please consult the include file
39B<libtpms/tpm_error.h>
40
41=head1 SEE ALSO
42
43B<TPMLIB_MainInit>(3), B<TPMLIB_Terminate>(3), B<TPMLIB_RegisterCallbacks>(3)
44
45=cut
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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