summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/anastasis_crypto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/anastasis_crypto.c b/src/util/anastasis_crypto.c
index ace0162..837cd88 100644
--- a/src/util/anastasis_crypto.c
+++ b/src/util/anastasis_crypto.c
@@ -136,8 +136,8 @@ get_iv_key (const void *key_material,
* @param data data to encrypt
* @param data_size size of the data
* @param salt salt value which is used for key derivation
- * @param res[out] ciphertext output
- * @param res_size[out] size of the ciphertext
+ * @param[out] res ciphertext output
+ * @param[out] res_size size of the ciphertext
*/
static void
anastasis_encrypt (const struct ANASTASIS_CRYPTO_NonceP *nonce,
@@ -221,8 +221,8 @@ anastasis_encrypt (const struct ANASTASIS_CRYPTO_NonceP *nonce,
* @param data data to decrypt
* @param data_size size of the data
* @param salt salt value which is used for key derivation
- * @param res[out] plaintext output
- * @param res_size[out] size of the plaintext
+ * @param[out] res plaintext output
+ * @param[out] res_size size of the plaintext
*/
static void
anastasis_decrypt (const void *key,