mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Remove documentation regarding MBEDTLS_GCM_ALT
MBEDTLS_GCM_ALT has been removed in the current version. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
6a91defd42
commit
4c59cee9ed
@ -174,9 +174,7 @@ int mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx,
|
|||||||
*
|
*
|
||||||
* \note The output buffer \p output can be the same as the input
|
* \note The output buffer \p output can be the same as the input
|
||||||
* buffer \p input. If \p output is greater than \p input, they
|
* buffer \p input. If \p output is greater than \p input, they
|
||||||
* cannot overlap. Implementations which require
|
* cannot overlap.
|
||||||
* MBEDTLS_GCM_ALT //no-check-names to be enabled may not
|
|
||||||
* provide support for overlapping buffers.
|
|
||||||
*
|
*
|
||||||
* \param ctx The GCM context. This must be initialized.
|
* \param ctx The GCM context. This must be initialized.
|
||||||
* \param length The length of the ciphertext to decrypt, which is also
|
* \param length The length of the ciphertext to decrypt, which is also
|
||||||
@ -284,9 +282,7 @@ int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
|
|||||||
*
|
*
|
||||||
* \note The output buffer \p output can be the same as the input
|
* \note The output buffer \p output can be the same as the input
|
||||||
* buffer \p input. If \p output is greater than \p input, they
|
* buffer \p input. If \p output is greater than \p input, they
|
||||||
* cannot overlap. Implementations which require
|
* cannot overlap.
|
||||||
* MBEDTLS_GCM_ALT //no-check-names to be enabled may not
|
|
||||||
* provide support for overlapping buffers.
|
|
||||||
*
|
*
|
||||||
* \param ctx The GCM context. This must be initialized.
|
* \param ctx The GCM context. This must be initialized.
|
||||||
* \param input The buffer holding the input data. If \p input_length
|
* \param input The buffer holding the input data. If \p input_length
|
||||||
|
Loading…
x
Reference in New Issue
Block a user