@@ -2607,6 +2607,7 @@ WOLFTPM_API int wolfTPM2_SetCommand(WOLFTPM2_DEV* dev, TPM_CC commandCode,
26072607 \param doShutdown integer value, non-zero values represent "perform Shutdown"
26082608
26092609 \sa wolfTPM2_Init
2610+ \sa wolfTPM2_Reset
26102611*/
26112612WOLFTPM_API int wolfTPM2_Reset (WOLFTPM2_DEV * dev , int doShutdown , int doStartup );
26122613
@@ -2623,6 +2624,7 @@ WOLFTPM_API int wolfTPM2_Reset(WOLFTPM2_DEV* dev, int doShutdown, int doStartup)
26232624 \param doStartup integer value, non-zero values represent "perform Startup after Shutdown"
26242625
26252626 \sa wolfTPM2_Init
2627+ \sa wolfTPM2_Shutdown
26262628*/
26272629WOLFTPM_API int wolfTPM2_Shutdown (WOLFTPM2_DEV * dev , int doStartup );
26282630
@@ -3282,7 +3284,7 @@ WOLFTPM_API int wolfTPM2_CSR_Generate(WOLFTPM2_DEV* dev, WOLFTPM2_KEY* key,
32823284
32833285/*!
32843286 \ingroup wolfTPM2_Wrappers
3285- \brief Helper to set the platform heirarchy authentication value to random.
3287+ \brief Helper to set the platform hierarchy authentication value to random.
32863288 Setting the platform auth to random value is used to prevent application
32873289 from being able to use platform hierarchy. This is defined in section 10
32883290 of the TCG PC Client Platform specification.
@@ -3301,7 +3303,7 @@ WOLFTPM_API int wolfTPM2_ChangePlatformAuth(WOLFTPM2_DEV* dev, WOLFTPM2_SESSION*
33013303
33023304/*!
33033305 \ingroup wolfTPM2_Wrappers
3304- \brief Helper to set the heirarchy authentication value to random.
3306+ \brief Helper to set the hierarchy authentication value to random.
33053307 Setting the platform auth to random value is used to prevent application
33063308 from being able to use platform hierarchy. This is defined in section 10
33073309 of the TCG PC Client Platform specification.
@@ -3312,7 +3314,7 @@ WOLFTPM_API int wolfTPM2_ChangePlatformAuth(WOLFTPM2_DEV* dev, WOLFTPM2_SESSION*
33123314
33133315 \param dev pointer to a TPM2_DEV struct
33143316 \param session the current session, a session is required to protect the new platform auth
3315- \param authHandle the auth heirarchy (example: TPM_RH_PLATFORM or TPM_RH_LOCKOUT)
3317+ \param authHandle the auth hierarchy (example: TPM_RH_PLATFORM or TPM_RH_LOCKOUT)
33163318
33173319 \sa TPM2_HierarchyChangeAuth
33183320 \sa wolfTPM2_ChangePlatformAuth
0 commit comments