summaryrefslogtreecommitdiffstats
path: root/storage/innobase/include/log0crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/log0crypt.h')
-rw-r--r--storage/innobase/include/log0crypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/log0crypt.h b/storage/innobase/include/log0crypt.h
index 2500ac05..1b8c4b41 100644
--- a/storage/innobase/include/log0crypt.h
+++ b/storage/innobase/include/log0crypt.h
@@ -87,7 +87,7 @@ void log_decrypt_buf(const byte *iv, byte *buf, const byte *const end);
/** Encrypt or decrypt a temporary file block.
@param[in] src block to encrypt or decrypt
-@param[in] size size of the block
+@param[in] size length of both src and dst in bytes
@param[out] dst destination block
@param[in] offs offset to block
@param[in] encrypt true=encrypt; false=decrypt
@@ -102,7 +102,7 @@ bool log_tmp_block_encrypt(
/** Decrypt a temporary file block.
@param[in] src block to decrypt
-@param[in] size size of the block
+@param[in] size length of both src and dst in bytes
@param[out] dst destination block
@param[in] offs offset to block
@return whether the operation succeeded */