mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 12:55:46 +01:00
Adjust mbedtls_ccm_free() documentation
This commit is contained in:
parent
373a660193
commit
9da5d7cd83
@ -110,8 +110,8 @@ int mbedtls_ccm_setkey( mbedtls_ccm_context *ctx,
|
|||||||
* \brief This function releases and clears the specified CCM context
|
* \brief This function releases and clears the specified CCM context
|
||||||
* and underlying cipher sub-context.
|
* and underlying cipher sub-context.
|
||||||
*
|
*
|
||||||
* \param ctx The CCM context to clear. This must be an initialized
|
* \param ctx The CCM context to clear. If this is \c NULL, the function
|
||||||
* context.
|
* has no effect. Otherwise, this must be initialized.
|
||||||
*
|
*
|
||||||
* \note If ctx is \c NULL, the function has no effect.
|
* \note If ctx is \c NULL, the function has no effect.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user