ACR: Minor fixes in documentation 97/72297/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 31 May 2016 09:58:40 +0000 (11:58 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 31 May 2016 10:00:31 +0000 (12:00 +0200)
Change-Id: I5359ecb036ef7174e2232954f8aca95ec4d2f335

api/yaca/yaca_seal.h
api/yaca/yaca_sign.h

index 221bb50..cd1eed3 100644 (file)
@@ -60,7 +60,7 @@ extern "C" {
  * @return #YACA_ERROR_NONE on success, negative on error
  * @retval #YACA_ERROR_NONE Successful
  * @retval #YACA_ERROR_INVALID_ARGUMENT Required parameters have bogus values (NULL,
- *                                      incorrect algo, bcm, sym_key_bits, invalid prv_key)
+ *                                      incorrect algo, bcm, sym_key_bits, invalid pub_key)
  * @retval #YACA_ERROR_OUT_OF_MEMORY Out of memory error
  * @retval #YACA_ERROR_INTERNAL Internal error
  *
index df0b467..658eb67 100644 (file)
@@ -151,7 +151,6 @@ int yaca_sign_cmac_init(yaca_ctx_h *ctx,
  * @retval #YACA_ERROR_NONE Successful
  * @retval #YACA_ERROR_INVALID_ARGUMENT Required parameters have bogus values (NULL, 0,
  *                                      incorrect context)
- * @retval #YACA_ERROR_OUT_OF_MEMORY Out of memory error
  * @retval #YACA_ERROR_INTERNAL Internal error
  *
  * @see yaca_sign_init()
@@ -178,7 +177,6 @@ int yaca_sign_update(yaca_ctx_h ctx,
  * @retval #YACA_ERROR_NONE Successful
  * @retval #YACA_ERROR_INVALID_ARGUMENT Required parameters have bogus values (NULL,
  *                                      incorrect context)
- * @retval #YACA_ERROR_OUT_OF_MEMORY Out of memory error
  * @retval #YACA_ERROR_INTERNAL Internal error
  *
  * @see yaca_sign_init()
@@ -232,7 +230,6 @@ int yaca_verify_init(yaca_ctx_h *ctx,
  * @retval #YACA_ERROR_NONE Successful
  * @retval #YACA_ERROR_INVALID_ARGUMENT Required parameters have bogus values (NULL, 0,
  *                                      incorrect context)
- * @retval #YACA_ERROR_OUT_OF_MEMORY Out of memory error
  * @retval #YACA_ERROR_INTERNAL Internal error
  *
  * @see yaca_verify_init()
@@ -255,7 +252,6 @@ int yaca_verify_update(yaca_ctx_h ctx,
  * @retval #YACA_ERROR_NONE Successful
  * @retval #YACA_ERROR_INVALID_ARGUMENT Required parameters have bogus values (NULL,
  *                                      incorrect context)
- * @retval #YACA_ERROR_OUT_OF_MEMORY Out of memory error
  * @retval #YACA_ERROR_INTERNAL Internal error
  * @retval #YACA_ERROR_DATA_MISMATCH The verification failed
  *