tss_key2pub.3
来自「IBM开发的TPM的驱动, 有少量的例子可以供参考」· 3 代码 · 共 37 行
3
37 行
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Feb 11 2004, Jeff Kravitz.\".TH "TSS_Key2Pub" 3 2004-02-11 "IBM" "TPM Library".SH NAMETSS_Key2Pub.SH SYNOPSIS.nf.B #include <tpmfunc.h>.sp.BR "void TSS_Key2Pub" "(unsigned char *keybuff," unsigned char *pkey, unsigned int *plen).fi.SH DESCRIPTIONThe \fBTSS_Key2Pub\fP function extracts the public key portionof a TPM key blob..SH ARGUMENTSThe arguments include....TP 10.B keybuffA pointer to a TPM key blob..TP 10.B pkeyA pointer to an area to receive the public key blob..B plenA pointer to an integer to receive the length of the publickey blob..SH NOTESThe resulting blob can be converted to an OpenSSL RSA key structurevia the \fBTSS_convpubkey()\fP function..SH "SEE ALSO".BR TSS_convpubkey(3) ..SH AUTHORJeff Kravitz, IBM T.J. Watson Research Center
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?