mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Remove duplicated statements in documentation.
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
e0a12bd852
commit
36869706e2
@ -159,10 +159,7 @@ psa_status_t mbedtls_psa_aead_decrypt(
|
|||||||
* mbedtls_psa_aead_encrypt_setup(), the operation is reset by the PSA core by a
|
* mbedtls_psa_aead_encrypt_setup(), the operation is reset by the PSA core by a
|
||||||
* call to mbedtls_psa_aead_abort(). The PSA core may call
|
* call to mbedtls_psa_aead_abort(). The PSA core may call
|
||||||
* mbedtls_psa_aead_abort() at any time after the operation has been
|
* mbedtls_psa_aead_abort() at any time after the operation has been
|
||||||
* initialized.
|
* initialized, and is required to when the operation is no longer needed.
|
||||||
*
|
|
||||||
* After a successful call to mbedtls_psa_aead_encrypt_setup(), the PSA core
|
|
||||||
* eventually terminates the operation by calling mbedtls_psa_aead_abort().
|
|
||||||
*
|
*
|
||||||
* \param[in,out] operation The operation object to set up. It must have
|
* \param[in,out] operation The operation object to set up. It must have
|
||||||
* been initialized as per the documentation for
|
* been initialized as per the documentation for
|
||||||
@ -203,10 +200,7 @@ psa_status_t mbedtls_psa_aead_encrypt_setup(
|
|||||||
* mbedtls_psa_aead_decrypt_setup(), the PSA core resets the operation by a
|
* mbedtls_psa_aead_decrypt_setup(), the PSA core resets the operation by a
|
||||||
* call to mbedtls_psa_aead_abort(). The PSA core may call
|
* call to mbedtls_psa_aead_abort(). The PSA core may call
|
||||||
* mbedtls_psa_aead_abort() at any time after the operation has been
|
* mbedtls_psa_aead_abort() at any time after the operation has been
|
||||||
* initialized.
|
* initialized, and is required to when the operation is no longer needed.
|
||||||
*
|
|
||||||
* After a successful call to mbedtls_psa_aead_decrypt_setup(), the PSA core
|
|
||||||
* eventually terminates the operation by a call to mbedtls_psa_aead_abort().
|
|
||||||
*
|
*
|
||||||
* \param[in,out] operation The operation object to set up. It must have
|
* \param[in,out] operation The operation object to set up. It must have
|
||||||
* been initialized as per the documentation for
|
* been initialized as per the documentation for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user