1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments.

Signed-off-by: Fredrik Hesse <fredrik@hesse.se>
This commit is contained in:
Fredrik Hesse
2021-09-28 21:06:08 +02:00
committed by Dave Rodgman
parent 481a6a8edb
commit cc207bc379
13 changed files with 33 additions and 33 deletions

View File

@@ -35,8 +35,8 @@
* GCC and Clang initialize the whole structure to 0 (at the time of writing),
* but MSVC and CompCert don't.
*
* In Mbed Crypto, multipart operation structures live independently from
* the key. This allows Mbed Crypto to free the key objects when destroying
* In Mbed TLS, multipart operation structures live independently from
* the key. This allows Mbed TLS to free the key objects when destroying
* a key slot. If a multipart operation needs to remember the key after
* the setup function returns, the operation structure needs to contain a
* copy of the key.