From 3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Aug 2021 11:27:16 +0200 Subject: -doxygen fixes --- src/util/anastasis_crypto.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/util') 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, -- cgit v1.2.3