mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-22 19:55:38 +02:00
In a PAKE operation that has been initialized with `PSA_PAKE_OPERATION_INIT` or `psa_pake_operation_init()`, the content of the driver-specific part is indeterminate. It is actually all-bits-zero on most platforms, but not all, e.g. not with GCC 15 or CompCert. So don't assert anything about it. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>