File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments