tpm_evictkey.3

来自「IBM开发的TPM的驱动, 有少量的例子可以供参考」· 3 代码 · 共 28 行

3
28
字号
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Jan 29 2004, Jeff Kravitz.\".TH "TPM_EvictKey" 3  2004-01-29 "IBM" "TPM Library".SH NAMETPM_EvictKey.SH SYNOPSIS.nf.B #include <tpmfunc.h>.sp.BR "uint32_t TPM_EvictKey" "(uint32_t keyhandle)".fi.SH DESCRIPTIONThe \fBTPM_EvictKey\fP function deletes a loaded key from the TPM, makingroom for other keys to be loaded.  Since the TPM has a very limited amountof storage for keys, a key should be evicted as soon as possible after it is no longer needed..SH ARGUMENTSThe argument is the handle of the key to be evicted..SH "RETURN VALUE"0 if the operation is successful. non-zero otherwise.The non zero value can be converted to an error message via the function \fBTPM_GetErrMsg()\fP..SH "SEE ALSO".BR TPM_LoadKey(3) , TPM_GetErrMsg(3) ..SH AUTHORJeff Kravitz, IBM T.J. Watson Research Center

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?