We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28d344 commit 73907f8Copy full SHA for 73907f8
include/mbedtls/cipher.h
@@ -394,9 +394,8 @@ void mbedtls_cipher_free( mbedtls_cipher_context_t *ctx );
394
395
396
/**
397
- * \brief This function initializes and fills the cipher-context
398
- * structure with the appropriate values. It also clears
399
- * the structure.
+ * \brief This function initializes a cipher context for
+ * use with the given cipher primitive.
400
*
401
* \param ctx The context to initialize. May not be NULL.
402
* \param cipher_info The cipher to use.
0 commit comments