cmac: more cosmetic changes

This commit is contained in:
Manuel Pégourié-Gonnard 2016-01-13 15:09:09 +00:00 committed by Simon Butcher
parent a878d3b6e3
commit 2b0e21f130
2 changed files with 25 additions and 23 deletions

View file

@ -108,6 +108,7 @@ int mbedtls_cmac_verify( mbedtls_cmac_context *ctx,
/**
* \brief AES-CMAC-128-PRF
* TODO: add reference to the standard
*
* \param ctx CMAC context
* \param key PRF key
@ -115,6 +116,7 @@ int mbedtls_cmac_verify( mbedtls_cmac_context *ctx,
* \param input buffer holding the input data
* \param in_len length of the input data in bytes
* \param tag buffer holding the tag to verify (16 bytes)
* TODO: update description of tag
*
* \return 0 if successful
*/