Skip to content

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Aug 28, 2024
1 parent db9e834 commit 3977395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wolftpm/tpm2_wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -3756,9 +3756,10 @@ WOLFTPM_API int wolfTPM2_PolicyPCRMake(TPM_ALG_ID pcrAlg,
\return INPUT_SIZE_E: policyDigestSz is too small to hold the returned digest
\return BAD_FUNC_ARG: check the provided arguments
\param pcrAlg the hash algorithm to use with pcr policy
\param hashAlg the hash algorithm to use with pcr policy
\param digest input/out digest (input "old" / output "new")
\param digestSz input/out digest size
\param cc is the command code used
\param input pointer to a array to use (optional)
\param inputSz size of input
Expand Down

0 comments on commit 3977395

Please sign in to comment.