mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 22:25:28 +00:00
Bad code in function documentation
This commit is contained in:
parent
9518e88fa0
commit
468320d6f5
|
@ -100,7 +100,7 @@ int mbedtls_cmac_generate( mbedtls_cmac_context *ctx, size_t length,
|
||||||
* must be 4, 6, 8, 10, 14 or 16
|
* must be 4, 6, 8, 10, 14 or 16
|
||||||
*
|
*
|
||||||
* \return 0 if successful and authenticated,
|
* \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,
|
int mbedtls_cmac_verify( mbedtls_cmac_context *ctx, size_t length,
|
||||||
const unsigned char *input,
|
const unsigned char *input,
|
||||||
|
|
Loading…
Reference in a new issue