mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-28 14:27:27 +02:00
We call xxx_init() on a structure when it has been freshly allocated (on the stack or heap). At this point it contains random-looking data none of which should be sensitive, as all sensitive data is wiped using mbedtls_platform_zeroize() when we're done using it and the memory area is going to be reclaimed (by exiting the function or free()ing the buffer).
34 KiB
34 KiB