Skip to content

Commit 9a9ac2a

Browse files
committed
Fix docs.
1 parent 2f4fb5e commit 9a9ac2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wolftpm/tpm2_wrap.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3689,7 +3689,6 @@ WOLFTPM_API int wolfTPM2_PolicyAuthorizeMake(TPM_ALG_ID pcrAlg,
36893689
\return BAD_FUNC_ARG: check the provided arguments
36903690
36913691
\param dev pointer to a TPM2_DEV struct
3692-
\param sessionHandle the handle of the current policy session, a session is required to use policy PCR
36933692
\param tpmSession pointer to a WOLFTPM2_SESSION struct used with wolfTPM2_StartSession and wolfTPM2_SetAuthSession
36943693
\param auth pointer to a string constant, specifying the password authorization for the policy session
36953694
\param authSz integer value, specifying the size of the password authorization, in bytes
@@ -3708,7 +3707,6 @@ WOLFTPM_API int wolfTPM2_PolicyPassword(WOLFTPM2_DEV* dev,
37083707
\return BAD_FUNC_ARG: check the provided arguments
37093708
37103709
\param dev pointer to a TPM2_DEV struct
3711-
\param sessionHandle the handle of the current policy session, a session is required to use policy PCR
37123710
\param tpmSession pointer to a WOLFTPM2_SESSION struct used with wolfTPM2_StartSession and wolfTPM2_SetAuthSession
37133711
\param auth pointer to a string constant, specifying the password authorization for the policy session
37143712
\param authSz integer value, specifying the size of the password authorization, in bytes

0 commit comments

Comments
 (0)