tss_keyextract.3

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

3
34
字号
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Feb 11 2004, Jeff Kravitz.\".TH "TSS_KeyExtract" 3  2004-02-11 "IBM" "TPM Library".SH NAMETSS_KeyExtract.SH SYNOPSIS.nf.B #include <tpmfunc.h>.sp.BR "int TSS_KeyExtract" "(unsigned char *keyblob,keydata *key)".fi.SH DESCRIPTIONThe \fBTSS_KeyExtract\fP function converts a binary blob containinga TPM key to a keydata structure..SH ARGUMENTSThe arguments include....TP 10.B keyblobA pointer to the key blob to be converted..TP 10.B keyA pointer to a keydata structure to receive the converted key data.The keydata structure is described in the man page for the\fBTPM_CreateWrapKey()\fP function..SH "RETURN VALUE"The value returned is the number of bytes extracted from the key blob,i.e. the length of the key blob..SH "SEE ALSO".BR TPM_CreateWrapKey(3) ..SH AUTHORJeff Kravitz, IBM T.J. Watson Research Center

⌨️ 快捷键说明

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