Add param validation for mbedtls_aes_crypt_xts()
diff --git a/include/mbedtls/aes.h b/include/mbedtls/aes.h
index 0f8934f..1bfa434 100644
--- a/include/mbedtls/aes.h
+++ b/include/mbedtls/aes.h
@@ -325,6 +325,7 @@
  *             returns #MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH.
  *
  * \param ctx          The AES XTS context to use for AES XTS operations.
+ *                     It must be initialized and bound to a key.
  * \param mode         The AES operation: #MBEDTLS_AES_ENCRYPT or
  *                     #MBEDTLS_AES_DECRYPT.
  * \param length       The length of a data unit in bytes. This can be any