1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-21 12:40:51 +03:00

Improve mbedtls_pkcs5_pbes2 function signature comments

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy
2023-08-03 15:42:55 +01:00
parent a230735d2f
commit 01b6df76db

View File

@@ -79,9 +79,9 @@ extern "C" {
* \param data data to process * \param data data to process
* \param datalen length of data * \param datalen length of data
* \param output Output buffer. * \param output Output buffer.
* On success, it contains the decrypted data, possibly * On success, it contains the encrypted or decrypted data,
* followed by the CBC padding. * possibly followed by the CBC padding.
* On failure, the content is indetermidate. * On failure, the content is indeterminate.
* For decryption, there must be enough room for \p datalen * For decryption, there must be enough room for \p datalen
* bytes. * bytes.
* For encryption, there must be enough room for * For encryption, there must be enough room for