mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
Fix a typo
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
c42a0be00b
commit
42eba1a274
@ -703,7 +703,7 @@ int mbedtls_cipher_set_iv( mbedtls_cipher_context_t *ctx,
|
|||||||
* 3. mbedtls_cipher_update() one or more times
|
* 3. mbedtls_cipher_update() one or more times
|
||||||
* 4. mbedtls_cipher_finish()
|
* 4. mbedtls_cipher_finish()
|
||||||
* .
|
* .
|
||||||
* This sequence can be repeated to encrypt of decrypt multiple
|
* This sequence can be repeated to encrypt or decrypt multiple
|
||||||
* messages with the same key.
|
* messages with the same key.
|
||||||
*
|
*
|
||||||
* \note With AEAD ciphers, the order of calls for each message
|
* \note With AEAD ciphers, the order of calls for each message
|
||||||
@ -716,7 +716,7 @@ int mbedtls_cipher_set_iv( mbedtls_cipher_context_t *ctx,
|
|||||||
* 6. mbedtls_cipher_check_tag() (for decryption) or
|
* 6. mbedtls_cipher_check_tag() (for decryption) or
|
||||||
* mbedtls_cipher_write_tag() (for encryption).
|
* mbedtls_cipher_write_tag() (for encryption).
|
||||||
* .
|
* .
|
||||||
* This sequence can be repeated to encrypt of decrypt multiple
|
* This sequence can be repeated to encrypt or decrypt multiple
|
||||||
* messages with the same key.
|
* messages with the same key.
|
||||||
*
|
*
|
||||||
* \param ctx The generic cipher context. This must be bound to a key.
|
* \param ctx The generic cipher context. This must be bound to a key.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user