aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_crypto_lld.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-11 15:11:45 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-11 15:11:45 +0000
commit0b5d6d6f77d0869cfdf4c793bc3e831557902067 (patch)
tree1ce0bb7ae17017ad80447660c24de91795ceb563 /os/hal/templates/hal_crypto_lld.c
parent548ecb2c4bc326c26a91e3c17933ce893f78b4fc (diff)
downloadChibiOS-0b5d6d6f77d0869cfdf4c793bc3e831557902067.tar.gz
ChibiOS-0b5d6d6f77d0869cfdf4c793bc3e831557902067.tar.bz2
ChibiOS-0b5d6d6f77d0869cfdf4c793bc3e831557902067.zip
Last minute fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11481 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/hal_crypto_lld.c')
-rw-r--r--os/hal/templates/hal_crypto_lld.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/templates/hal_crypto_lld.c b/os/hal/templates/hal_crypto_lld.c
index ec7fe3bcf..f80aece65 100644
--- a/os/hal/templates/hal_crypto_lld.c
+++ b/os/hal/templates/hal_crypto_lld.c
@@ -96,6 +96,8 @@ void cry_lld_stop(CRYDriver *cryp) {
* @brief Initializes the transient key for a specific algorithm.
*
* @param[in] cryp pointer to the @p CRYDriver object
+ * @param[in] algorithm the algorithm identifier
+ * @param[in] size key size in bytes
* @param[in] keyp pointer to the key data
* @return The operation status.
* @retval CRY_NOERROR if the operation succeeded.
@@ -857,7 +859,7 @@ cryerror_t cry_lld_decrypt_DES_CBC(CRYDriver *cryp,
/**
* @brief Hash using SHA1.
- * @NOTE Use of this algorithm is not recommended because proven weak.
+ * @note Use of this algorithm is not recommended because proven weak.
*
* @param[in] cryp pointer to the @p CRYDriver object
* @param[in] size size of input buffer