libimcv: Fix Doxygen comments for some pts_meas_algo_* functions

This commit is contained in:
Tobias Brunner 2020-10-12 13:48:57 +02:00
parent f3d96b7bc9
commit c810912d2f
1 changed files with 3 additions and 4 deletions

View File

@ -84,8 +84,7 @@ bool pts_meas_algo_update(char *hash_alg, pts_meas_algorithms_t *algorithms);
* Remove the PTS measurement algorithms not having an assigned PCR bank
*
* @param tpm handle to TPM object
* @param algorithm reduced set of algorithms with assigned PCR banks
* @
* @param algorithms reduced set of algorithms with assigned PCR banks
*/
void pts_meas_algo_with_pcr(tpm_tss_t *tpm, pts_meas_algorithms_t *algorithms);
@ -111,8 +110,8 @@ hash_algorithm_t pts_meas_algo_to_hash(pts_meas_algorithms_t algorithm);
/**
* Convert hash_algorithm_t to pts_meas_algorithms_t
*
* @param algorithm PTS measurement algorithm type
* @return libstrongswan hash algorithm type
* @param algorithm libstrongswan hash algorithm type
* @return PTS measurement algorithm type
*/
pts_meas_algorithms_t pts_meas_algo_from_hash(hash_algorithm_t algorithm);