mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 22:32:27 +08:00
Alternative implementations of GCM may delay the output of partial blocks from mbedtls_gcm_update(). Add an output length parameter to mbedtls_gcm_update() to allow such implementations to delay the output of partial blocks. With the software implementation, there is no such delay. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| 00README.md | ||
| add_const_parameters.txt | ||
| bugfix_PR3616.txt | ||
| dtls_sample_use_read_timeout.txt | ||
| fix_memsan_build_clang11.txt | ||
| fix_return_type_for_invalid_crypto_key.txt | ||
| fix-invalid-id-error-code.txt | ||
| fix-printf-specifiers.txt | ||
| gcm-update.txt | ||
| move_alt_helpers.txt | ||
| move_internal_headers.txt | ||
| pkcs1_v21_sign_ext.txt | ||
| remove_certs.txt | ||
| remove_havege.txt | ||
| remove_old_transition_helpers.txt | ||