📄 tss_pubkeyextract.3
字号:
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Feb 11 2004, Jeff Kravitz.\".TH "TSS_PubKeyExtract" 3 2004-02-11 "IBM" "TPM Library".SH NAMETSS_PubKeyExtract.SH SYNOPSIS.nf.B #include <tpmfunc.h>.sp.BR "int TSS_PubKeyExtract" "(unsigned char *pkeybuff," pubkeydata *key, int pcrpresent).fi.SH DESCRIPTIONThe \fBTSS_PubKeyExtract\fP function converts a binary blob containinga TPM public key to a keydata structure..SH ARGUMENTSThe arguments include....TP 10.B pkeybuffA pointer to the public key blob to be converted..TP 10.B keyA pointer to a pubkeydata structure to receive the converted key data.The pubkeydata structure is described in the man page for the\fBTPM_CreateWrapKey()\fP function..TP 10.B pcrpresent.A boolean flag, which should always be 0 (it is used internally in the TPM library)..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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -