mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-05-30 04:04:51 +03:00
Update gcm.h
minor fix based on review comments
This commit is contained in:
parent
d8c4f61d26
commit
6a7ebc4c86
@ -158,7 +158,7 @@ int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,
|
|||||||
* \param output The buffer for holding the output data.
|
* \param output The buffer for holding the output data.
|
||||||
*
|
*
|
||||||
* \return 0 if successful and authenticated.
|
* \return 0 if successful and authenticated.
|
||||||
* \return #MBEDTLS_ERR_GCM_AUTH_FAILED if tag does not match.
|
* \return #MBEDTLS_ERR_GCM_AUTH_FAILED if the tag does not match.
|
||||||
*/
|
*/
|
||||||
int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
|
int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,
|
||||||
size_t length,
|
size_t length,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user