mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 05:48:59 +00:00
Clean up comment formatting in md.h
This commit is contained in:
parent
53b5e9c0a9
commit
59b4c888fe
1 changed files with 4 additions and 3 deletions
|
@ -304,8 +304,8 @@ int mbedtls_md_hmac_update( mbedtls_md_context_t *ctx, const unsigned char *inpu
|
||||||
/**
|
/**
|
||||||
* \brief Output HMAC.
|
* \brief Output HMAC.
|
||||||
* Called after mbedtls_md_hmac_update().
|
* Called after mbedtls_md_hmac_update().
|
||||||
* Usually followed my mbedtls_md_hmac_reset(), mbedtls_md_hmac_starts(),
|
* Usually followed by mbedtls_md_hmac_reset(),
|
||||||
* or mbedtls_md_free().
|
* mbedtls_md_hmac_starts(), or mbedtls_md_free().
|
||||||
*
|
*
|
||||||
* \param ctx HMAC context
|
* \param ctx HMAC context
|
||||||
* \param output Generic HMAC checksum result
|
* \param output Generic HMAC checksum result
|
||||||
|
@ -317,7 +317,8 @@ int mbedtls_md_hmac_finish( mbedtls_md_context_t *ctx, unsigned char *output);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Prepare to authenticate a new message with the same key.
|
* \brief Prepare to authenticate a new message with the same key.
|
||||||
* Called after mbedtls_md_hmac_finish() and before mbedtls_md_hmac_update().
|
* Called after mbedtls_md_hmac_finish() and before
|
||||||
|
* mbedtls_md_hmac_update().
|
||||||
*
|
*
|
||||||
* \param ctx HMAC context to be reset
|
* \param ctx HMAC context to be reset
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue