tss_convpubkey.3
来自「IBM开发的TPM的驱动, 有少量的例子可以供参考」· 3 代码 · 共 33 行
3
33 行
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Feb 11 2004, Jeff Kravitz.\".TH "TSS_convpubkey" 3 2004-02-11 "IBM" "TPM Library".SH NAMETSS_convpubkey.SH SYNOPSIS.nf.B #include <tpmfunc.h>.sp.BR "RSA *TSS_convpubkey" "(pubkeydata *key)".fi.SH DESCRIPTIONThe \fBTSS_convpubkey\fP function converts a pubkeydata structure containinga TPM public key to an OpenSSL RSA key structure..SH ARGUMENTSThe arguments include....TP 10.B keyA pointer to a \fBpubkeydata\fP structure to be converted.The \fBpubkeydata\fP structure is described in the man page forthe \fBTPM_CreateWrapKey()\fP function..SH "RETURN VALUE"The value returned is a pointer to an OpenSSL RSA structure containingthe public key, or NULL if an error is detected by the OpenSSL library..SH NOTESThe resulting pointer must be released by the OpenSSL \fBRSA_free()\fP function..SH "SEE ALSO".BR TPM_CreateWrapKey(3) , RSA_free(3) ..SH AUTHORJeff Kravitz, IBM T.J. Watson Research Center
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?