TpmSignCbCtx
Module: wolfTPM2 Wrappers
Context structure for TPM-based certificate signing callback. More...
#include <tpm2_wrap.h>
Public Attributes
| Name | |
|---|---|
| WOLFTPM2_DEV * | dev |
| WOLFTPM2_KEY * | key |
Detailed Description
struct TpmSignCbCtx;
Context structure for TPM-based certificate signing callback.
See:
- wolfTPM2_CSR_MakeAndSign_ex
- wc_SignCert_cb
This structure holds the TPM device and key references needed for the certificate signing callback (wc_SignCertCb). It is used internally by wolfTPM2_CSR_MakeAndSign_ex when using the callback-based signing approach.
Public Attributes Documentation
variable dev
WOLFTPM2_DEV * dev;
Pointer to initialized TPM device
variable key
WOLFTPM2_KEY * key;
Pointer to TPM key used for signing
Updated on 2026-07-17 at 01:13:32 +0000