From 288ad68b4d6b3e56d4c561f3484e4f0142b692ed Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 4 Nov 2020 10:37:46 -0700 Subject: [PATCH] Address report on issue #3161 --- doc/dox_comments/header_files/rsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dox_comments/header_files/rsa.h b/doc/dox_comments/header_files/rsa.h index 1941b9c16..39855630d 100644 --- a/doc/dox_comments/header_files/rsa.h +++ b/doc/dox_comments/header_files/rsa.h @@ -107,7 +107,8 @@ WOLFSSL_API int wc_FreeRsaKey(RsaKey* key); to out in outLen. \return Success Upon successfully encrypting the input message, returns - the number bytes written to out + 0 for success and less than zero for failure. Also returns the number + bytes written to out by storing the value in outLen \return -1 Returned if there is an error during RSA encryption and hardware acceleration via Cavium is enabled \return BAD_FUNC_ARG Returned if any of the input parameters are invalid