commit | 468320d6f5188b34a35f43add5a91063a45e4e73 | [log] [tgz] |
---|---|---|
author | Robert Cragie <Robert.Cragie@arm.com> | Mon Dec 14 17:52:55 2015 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Oct 13 13:51:08 2016 +0100 |
tree | f053f38be1f7a8c6a0113f086d462c7782145fa1 | |
parent | 9518e88fa027474560cbf94391595c823090bc55 [diff] [blame] |
Bad code in function documentation
diff --git a/include/mbedtls/cmac.h b/include/mbedtls/cmac.h index 65017ef..c01fdc9 100644 --- a/include/mbedtls/cmac.h +++ b/include/mbedtls/cmac.h
@@ -100,7 +100,7 @@ * must be 4, 6, 8, 10, 14 or 16 * * \return 0 if successful and authenticated, - * MBEDTLS_ERR_CMAC_AUTH_FAILED if tag does not match + * MBEDTLS_ERR_CMAC_VERIFY_FAILED if tag does not match */ int mbedtls_cmac_verify( mbedtls_cmac_context *ctx, size_t length, const unsigned char *input,