Skip to content

Commit

Permalink
Documentation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jul 28, 2022
1 parent ed55100 commit 30d77f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wolftpm/tpm2_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ WOLFTPM_API int wolfTPM2_SetAuthHandleName(WOLFTPM2_DEV* dev, int index, const W
\param tpmKey pointer to a WOLFTPM2_KEY that will be used as a salt for the session
\param bind pointer to a WOLFTPM2_HANDLE that will be used to make the session bounded
\param sesType byte value, the session type (HMAC, Policy or Trial)
\param encDecAlg integer value, specifying the algorithm in case of parameter encryption
\param encDecAlg integer value, specifying the algorithm in case of parameter encryption (TPM_ALG_CFB or TPM_ALG_XOR)
\sa wolfTPM2_SetAuthSession
*/
Expand All @@ -500,7 +500,7 @@ WOLFTPM_API int wolfTPM2_StartSession(WOLFTPM2_DEV* dev,
\param session pointer to an empty WOLFTPM2_SESSION struct
\sa wolfTPM2_SetAuthSession
\sa wolfTPM2_StartAuthSession
\sa wolfTPM2_StartSession
*/
WOLFTPM_API int wolfTPM2_CreateAuthSession_EkPolicy(WOLFTPM2_DEV* dev,
WOLFTPM2_SESSION* tpmSession);
Expand Down

0 comments on commit 30d77f3

Please sign in to comment.